Html Css Color HEX #908EFE Light Slate Blue

📋 copy color: '#908EFE'

red 144 ◦ green 142 ◦ blue 254

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

Shades of Light Slate Blue #908EFE

Tints of Light Slate Blue #908EFE

RGB

 RED value IS 144 (56.64% from 255) = 26.67%

 GREEN value IS 142 (55.86% from 255) = 26.3%

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

R = 26.67%
G = 26.3%
B = 47.04%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#908EFE (or 0x908EFE) is known color: Light Slate Blue. HEX triplet: 90, 8E and FE. RGB value is (144,142,254). Sum of RGB (Red+Green+Blue) = 144+142+254=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #908EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EFE is #6F7101. Grayscale: #9A9A9A. Windows color (decimal): -7303426 or 16682640. OLE color: 16682640.

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

Color convert

RGB 144 142 254 -
CMYK 0.43 0.44 0 0.00
HSL 241.07º 0.98% 0.78% -
HSV(B) 241.07º 0.44% 1% -
XYZ 39.06 32.43 97.97 -
YUV 155.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 144 142 254 0.43 0.44 0 0.00 241.07 0.98 0.78
Hex 90 8E FE 2B 2C 0 0 F1 62 4E
Octal 220 216 376 53 54 0 0 361 142 116
Binary 10010000 10001110 11111110 101011 101100 0 0 11110001 1100010 1001110

Color Harmonies of #908EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EFE

Black with #908EFE

Text Example


Text Example

White with #908EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908EFE; }

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

 H1.HeaderClassName
 {
   color: #908EFE;
 }
 .AnyTagClassName
 {
   color: #908EFE;
 }
</style>

background-color css

<style>
 a { background-color: #908EFE; }

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

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

border-color css

<style>
 span { border-color: #908EFE; }

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

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