#7672F4

Color #7672F4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7672F4

Tints of Medium Slate Blue #7672F4

Color information

#7672F4 (or 0x7672F4) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 72 and F4. RGB value is (118,114,244). Sum of RGB (Red+Green+Blue) = 118+114+244=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 244 (95.70% from 255 or 51.26% from 476); Max value from RGB is 244 - color contains mainly: blue. Hex color #7672F4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672F4 is #898D0B. Grayscale: #818181. Windows color (decimal): -9014540 or 16020086. OLE color: 16020086.

HSL color Cylindrical-coordinate representation of color #7672F4: hue angle of 241.85º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7672F4 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB118114244-
CMYK0.520.5300.04
HSL241.85º85.53%70.2%-
HSV(B)241.85º53.28%95.69%-
XYZ29.8222.4288.34-
YUV130.02192.33119.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 244 (95.70% from 255) = 51.26%
R=24.79%
G=23.95%
B=51.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1181142440.520.5300.04241.8585.5370.2
Hex7672F4343504f25646
Octal166162364646504362126106
Binary111011011100101111010011010011010101001111001010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7672F4; }

 p { color: rgb(118,114,244); }

 H1.HeaderClassName
 {
   color: #7672F4;
 }
 .AnyTagClassName
 {
   color: #7672F4;
 }
</style>
background-color css

<style>
 a { background-color: #7672F4; }

 a { background-color: rgb(118,114,244); }

 div.DivClassName
 {
   background-color: #7672F4;
 }
 .BgClassName
 {
   background-color: #7672F4;
 }
</style>
border-color css

<style>
 span { border-color: #7672F4; }

 span { border-color: rgb(118,114,244); }

 td.TdClassName
 {
   border-color: #7672F4;
 }
 .TagClassName
 {
   border-color: #7672F4;
 }
</style>