#7985FD

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

Shades of Light Slate Blue #7985FD

Tints of Light Slate Blue #7985FD

Color information

#7985FD (or 0x7985FD) is unknown color: approx Light Slate Blue. HEX triplet: 79, 85 and FD. RGB value is (121,133,253). Sum of RGB (Red+Green+Blue) = 121+133+253=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #7985FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7985FD is #867A02. Grayscale: #8E8E8E. Windows color (decimal): -8813059 or 16614777. OLE color: 16614777.

HSL color Cylindrical-coordinate representation of color #7985FD: hue angle of 234.55º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7985FD is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121133253-
CMYK0.520.4700.01
HSL234.55º97.06%73.33%-
HSV(B)234.55º52.17%99.22%-
XYZ3427.9396.53-
YUV143.09190.02112.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.87%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 253 (99.22% from 255) = 49.90%
R=23.87%
G=26.23%
B=49.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211332530.520.4700.01234.5597.0673.33
Hex7985FD342F01eb6149
Octal171205375645701353141111
Binary11110011000010111111101110100101111011110101111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7985FD; }

 p { color: rgb(121,133,253); }

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

<style>
 a { background-color: #7985FD; }

 a { background-color: rgb(121,133,253); }

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

<style>
 span { border-color: #7985FD; }

 span { border-color: rgb(121,133,253); }

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