Html Css Color HEX #908AEF Light Slate Blue

📋 copy color: '#908AEF'

red 144 ◦ green 138 ◦ blue 239

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

Shades of Light Slate Blue #908AEF

Tints of Light Slate Blue #908AEF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.49%

 BLUE value IS 239 (93.75% from 255) = 45.87%

R = 27.64%
G = 26.49%
B = 45.87%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#908AEF (or 0x908AEF) is known color: Light Slate Blue. HEX triplet: 90, 8A and EF. RGB value is (144,138,239). Sum of RGB (Red+Green+Blue) = 144+138+239=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #908AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908AEF is #6F7510. Grayscale: #969696. Windows color (decimal): -7304465 or 15698576. OLE color: 15698576.

HSL color Cylindrical-coordinate representation of color #908AEF: hue angle of 243.56º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908AEF is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 138 239 -
CMYK 0.40 0.42 0 0.06
HSL 243.56º 0.76% 0.74% -
HSV(B) 243.56º 0.42% 0.94% -
XYZ 36.17 30.34 85.61 -
YUV 151.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 144 138 239 0.40 0.42 0 0.06 243.56 0.76 0.74
Hex 90 8A EF 28 2A 0 6 F4 4C 4A
Octal 220 212 357 50 52 0 6 364 114 112
Binary 10010000 10001010 11101111 101000 101010 0 110 11110100 1001100 1001010

Color Harmonies of #908AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908AEF

Black with #908AEF

Text Example


Text Example

White with #908AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,138,239); }

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

background-color css

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

 a { background-color: rgb(144,138,239); }

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

border-color css

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

 span { border-color: rgb(144,138,239); }

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