Html Css Color HEX #8990FE Light Slate Blue

📋 copy color: '#8990FE'

red 137 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #8990FE

Tints of Light Slate Blue #8990FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.48%

R = 25.61%
G = 26.92%
B = 47.48%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8990FE (or 0x8990FE) is known color: Light Slate Blue. HEX triplet: 89, 90 and FE. RGB value is (137,144,254). Sum of RGB (Red+Green+Blue) = 137+144+254=535 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.61% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8990FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8990FE is #766F01. Grayscale: #9A9A9A. Windows color (decimal): -7761666 or 16683145. OLE color: 16683145.

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

Color convert

RGB 137 144 254 -
CMYK 0.46 0.43 0 0.00
HSL 236.41º 0.98% 0.77% -
HSV(B) 236.41º 0.46% 1% -
XYZ 38.18 32.42 98.01 -
YUV 154.45 184.18 115.56 -
System Red Green Blue C M Y K H S L
Decimal 137 144 254 0.46 0.43 0 0.00 236.41 0.98 0.77
Hex 89 90 FE 2E 2B 0 0 EC 62 4D
Octal 211 220 376 56 53 0 0 354 142 115
Binary 10001001 10010000 11111110 101110 101011 0 0 11101100 1100010 1001101

Color Harmonies of #8990FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8990FE

Black with #8990FE

Text Example


Text Example

White with #8990FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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