#8970F3

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

Shades of Light Slate Blue #8970F3

Tints of Light Slate Blue #8970F3

Color information

#8970F3 (or 0x8970F3) is unknown color: approx Light Slate Blue. HEX triplet: 89, 70 and F3. RGB value is (137,112,243). Sum of RGB (Red+Green+Blue) = 137+112+243=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #8970F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8970F3 is #768F0C. Grayscale: #858585. Windows color (decimal): -7769869 or 15954057. OLE color: 15954057.

HSL color Cylindrical-coordinate representation of color #8970F3: hue angle of 251.45º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8970F3 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137112243-
CMYK0.440.5400.05
HSL251.45º84.52%69.61%-
HSV(B)251.45º53.91%95.29%-
XYZ32.2923.3887.6-
YUV134.41189.28129.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 112 (44.14% from 255) = 22.76%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=27.85%
G=22.76%
B=49.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1371122430.440.5400.05251.4584.5269.61
Hex8970F32C3605fb5546
Octal211160363546605373125106
Binary1000100111100001111001110110011011001011111101110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8970F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8970F3; }

 p { color: rgb(137,112,243); }

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

<style>
 a { background-color: #8970F3; }

 a { background-color: rgb(137,112,243); }

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

<style>
 span { border-color: #8970F3; }

 span { border-color: rgb(137,112,243); }

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