Html Css Color HEX #8970FB Light Slate Blue

📋 copy color: '#8970FB'

red 137 ◦ green 112 ◦ blue 251

#8970FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8970FB

Tints of Light Slate Blue #8970FB

RGB

 RED value IS 137 (53.91% from 255) = 27.4%

 GREEN value IS 112 (44.14% from 255) = 22.4%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 27.4%
G = 22.4%
B = 50.2%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8970FB (or 0x8970FB) is known color: Light Slate Blue. HEX triplet: 89, 70 and FB. RGB value is (137,112,251). Sum of RGB (Red+Green+Blue) = 137+112+251=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #8970FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8970FB is #768F04. Grayscale: #868686. Windows color (decimal): -7769861 or 16478345. OLE color: 16478345.

HSL color Cylindrical-coordinate representation of color #8970FB: hue angle of 250.79º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8970FB is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 112 251 -
CMYK 0.45 0.55 0 0.02
HSL 250.79º 0.95% 0.71% -
HSV(B) 250.79º 0.55% 0.98% -
XYZ 33.52 23.87 94.11 -
YUV 135.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 137 112 251 0.45 0.55 0 0.02 250.79 0.95 0.71
Hex 89 70 FB 2D 37 0 2 FB 5F 47
Octal 211 160 373 55 67 0 2 373 137 107
Binary 10001001 1110000 11111011 101101 110111 0 10 11111011 1011111 1000111

Color Harmonies of #8970FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970FB

Black with #8970FB

Text Example


Text Example

White with #8970FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8970FB;
 }
 .AnyTagClassName
 {
   color: #8970FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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