Html Css Color HEX #8990FF Light Slate Blue

📋 copy color: '#8990FF'

red 137 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #8990FF

Tints of Light Slate Blue #8990FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

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

R = 25.56%
G = 26.87%
B = 47.57%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8990FF (or 0x8990FF) is known color: Light Slate Blue. HEX triplet: 89, 90 and FF. RGB value is (137,144,255). Sum of RGB (Red+Green+Blue) = 137+144+255=536 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.56% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8990FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8990FF is #766F00. Grayscale: #9A9A9A. Windows color (decimal): -7761665 or 16748681. OLE color: 16748681.

HSL color Cylindrical-coordinate representation of color #8990FF: hue angle of 236.44º 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 #8990FF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 137 144 255 -
CMYK 0.46 0.44 0 0
HSL 236.44º 1% 0.77% -
HSV(B) 236.44º 0.46% 1% -
XYZ 38.34 32.48 98.86 -
YUV 154.56 184.68 115.47 -
System Red Green Blue C M Y K H S L
Decimal 137 144 255 0.46 0.44 0 0 236.44 1 0.77
Hex 89 90 FF 2E 2C 0 0 EC 64 4D
Octal 211 220 377 56 54 0 0 354 144 115
Binary 10001001 10010000 11111111 101110 101100 0 0 11101100 1100100 1001101

Color Harmonies of #8990FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990FF

Black with #8990FF

Text Example


Text Example

White with #8990FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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