#7672FF

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

Shades of Light Slate Blue #7672FF

Tints of Light Slate Blue #7672FF

Color information

#7672FF (or 0x7672FF) is unknown color: approx Light Slate Blue. HEX triplet: 76, 72 and FF. RGB value is (118,114,255). Sum of RGB (Red+Green+Blue) = 118+114+255=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #7672FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672FF is #898D00. Grayscale: #828282. Windows color (decimal): -9014529 or 16740982. OLE color: 16740982.

HSL color Cylindrical-coordinate representation of color #7672FF: hue angle of 241.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7672FF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB118114255-
CMYK0.540.5500
HSL241.7º100%72.35%-
HSV(B)241.7º55.29%100%-
XYZ31.5423.1197.41-
YUV131.27197.83118.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 255 (100% from 255) = 52.36%
R=24.23%
G=23.41%
B=52.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1181142550.540.5500241.710072.35
Hex7672FF363700f26448
Octal166162377666700362144110
Binary1110110111001011111111110110110111001111001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7672FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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