#7685FF

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

Shades of Light Slate Blue #7685FF

Tints of Light Slate Blue #7685FF

Color information

#7685FF (or 0x7685FF) is unknown color: approx Light Slate Blue. HEX triplet: 76, 85 and FF. RGB value is (118,133,255). Sum of RGB (Red+Green+Blue) = 118+133+255=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #7685FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7685FF is #897A00. Grayscale: #8D8D8D. Windows color (decimal): -9009665 or 16745846. OLE color: 16745846.

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

Color convert

RGB118133255-
CMYK0.540.4800
HSL233.43º100%73.14%-
HSV(B)233.43º53.73%100%-
XYZ33.9127.8598.2-
YUV142.42191.53110.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.32%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 255 (100% from 255) = 50.40%
R=23.32%
G=26.28%
B=50.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1181332550.540.4800233.4310073.14
Hex7685FF363000e96449
Octal166205377666000351144111
Binary11101101000010111111111110110110000001110100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7685FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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