Html Css Color HEX #8991FF Light Slate Blue

📋 copy color: '#8991FF'

red 137 ◦ green 145 ◦ blue 255

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

Shades of Light Slate Blue #8991FF

Tints of Light Slate Blue #8991FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27%

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

R = 25.51%
G = 27%
B = 47.49%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8991FF (or 0x8991FF) is known color: Light Slate Blue. HEX triplet: 89, 91 and FF. RGB value is (137,145,255). Sum of RGB (Red+Green+Blue) = 137+145+255=537 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.51% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #8991FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8991FF is #766E00. Grayscale: #9A9A9A. Windows color (decimal): -7761409 or 16748937. OLE color: 16748937.

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

Color convert

RGB 137 145 255 -
CMYK 0.46 0.43 0 0
HSL 235.93º 1% 0.77% -
HSV(B) 235.93º 0.46% 1% -
XYZ 38.49 32.79 98.91 -
YUV 155.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 137 145 255 0.46 0.43 0 0 235.93 1 0.77
Hex 89 91 FF 2E 2B 0 0 EC 64 4D
Octal 211 221 377 56 53 0 0 354 144 115
Binary 10001001 10010001 11111111 101110 101011 0 0 11101100 1100100 1001101

Color Harmonies of #8991FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8991FF

Black with #8991FF

Text Example


Text Example

White with #8991FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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