Html Css Color HEX #908CFE Light Slate Blue

📋 copy color: '#908CFE'

red 144 ◦ green 140 ◦ blue 254

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

Shades of Light Slate Blue #908CFE

Tints of Light Slate Blue #908CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

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

R = 26.77%
G = 26.02%
B = 47.21%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#908CFE (or 0x908CFE) is known color: Light Slate Blue. HEX triplet: 90, 8C and FE. RGB value is (144,140,254). Sum of RGB (Red+Green+Blue) = 144+140+254=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #908CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CFE is #6F7301. Grayscale: #999999. Windows color (decimal): -7303938 or 16682128. OLE color: 16682128.

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

Color convert

RGB 144 140 254 -
CMYK 0.43 0.45 0 0.00
HSL 242.11º 0.98% 0.77% -
HSV(B) 242.11º 0.45% 1% -
XYZ 38.77 31.84 97.87 -
YUV 154.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 144 140 254 0.43 0.45 0 0.00 242.11 0.98 0.77
Hex 90 8C FE 2B 2D 0 0 F2 62 4D
Octal 220 214 376 53 55 0 0 362 142 115
Binary 10010000 10001100 11111110 101011 101101 0 0 11110010 1100010 1001101

Color Harmonies of #908CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CFE

Black with #908CFE

Text Example


Text Example

White with #908CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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