Html Css Color HEX #908EFF Light Slate Blue

📋 copy color: '#908EFF'

red 144 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #908EFF

Tints of Light Slate Blue #908EFF

RGB

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

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

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

R = 26.62%
G = 26.25%
B = 47.13%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#908EFF (or 0x908EFF) is known color: Light Slate Blue. HEX triplet: 90, 8E and FF. RGB value is (144,142,255). Sum of RGB (Red+Green+Blue) = 144+142+255=541 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.62% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #908EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908EFF is #6F7100. Grayscale: #9B9B9B. Windows color (decimal): -7303425 or 16748176. OLE color: 16748176.

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

Color convert

RGB 144 142 255 -
CMYK 0.44 0.44 0 0
HSL 241.06º 1% 0.78% -
HSV(B) 241.06º 0.44% 1% -
XYZ 39.22 32.5 98.81 -
YUV 155.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 144 142 255 0.44 0.44 0 0 241.06 1 0.78
Hex 90 8E FF 2C 2C 0 0 F1 64 4E
Octal 220 216 377 54 54 0 0 361 144 116
Binary 10010000 10001110 11111111 101100 101100 0 0 11110001 1100100 1001110

Color Harmonies of #908EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908EFF

Black with #908EFF

Text Example


Text Example

White with #908EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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