Html Css Color HEX #8972FF Light Slate Blue

📋 copy color: '#8972FF'

red 137 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #8972FF

Tints of Light Slate Blue #8972FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.53%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 27.08%
G = 22.53%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8972FF (or 0x8972FF) is known color: Light Slate Blue. HEX triplet: 89, 72 and FF. RGB value is (137,114,255). Sum of RGB (Red+Green+Blue) = 137+114+255=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 114 (44.92% from 255 or 22.53% 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 #8972FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8972FF is #768D00. Grayscale: #888888. Windows color (decimal): -7769345 or 16741001. OLE color: 16741001.

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

Color convert

RGB 137 114 255 -
CMYK 0.46 0.55 0 0
HSL 249.79º 1% 0.72% -
HSV(B) 249.79º 0.55% 1% -
XYZ 34.38 24.57 97.54 -
YUV 136.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 137 114 255 0.46 0.55 0 0 249.79 1 0.72
Hex 89 72 FF 2E 37 0 0 FA 64 48
Octal 211 162 377 56 67 0 0 372 144 110
Binary 10001001 1110010 11111111 101110 110111 0 0 11111010 1100100 1001000

Color Harmonies of #8972FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8972FF

Black with #8972FF

Text Example


Text Example

White with #8972FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,114,255); }

 H1.HeaderClassName
 {
   color: #8972FF;
 }
 .AnyTagClassName
 {
   color: #8972FF;
 }
</style>

background-color css

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

 a { background-color: rgb(137,114,255); }

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

border-color css

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

 span { border-color: rgb(137,114,255); }

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