#7985FA

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

Shades of Light Slate Blue #7985FA

Tints of Light Slate Blue #7985FA

Color information

#7985FA (or 0x7985FA) is unknown color: approx Light Slate Blue. HEX triplet: 79, 85 and FA. RGB value is (121,133,250). Sum of RGB (Red+Green+Blue) = 121+133+250=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #7985FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7985FA is #867A05. Grayscale: #8E8E8E. Windows color (decimal): -8813062 or 16418169. OLE color: 16418169.

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

Color convert

RGB121133250-
CMYK0.520.4700.02
HSL234.42º92.81%72.75%-
HSV(B)234.42º51.6%98.04%-
XYZ33.5327.7494.03-
YUV142.75188.52112.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=24.01%
G=26.39%
B=49.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211332500.520.4700.02234.4292.8172.75
Hex7985FA342F02ea5d49
Octal171205372645702352135111
Binary111100110000101111110101101001011110101110101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7985FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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