Html Css Color HEX #908CFF Light Slate Blue

📋 copy color: '#908CFF'

red 144 ◦ green 140 ◦ blue 255

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

Shades of Light Slate Blue #908CFF

Tints of Light Slate Blue #908CFF

RGB

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

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

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

R = 26.72%
G = 25.97%
B = 47.31%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#908CFF (or 0x908CFF) is known color: Light Slate Blue. HEX triplet: 90, 8C and FF. RGB value is (144,140,255). Sum of RGB (Red+Green+Blue) = 144+140+255=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #908CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CFF is #6F7300. Grayscale: #999999. Windows color (decimal): -7303937 or 16747664. OLE color: 16747664.

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

Color convert

RGB 144 140 255 -
CMYK 0.44 0.45 0 0
HSL 242.09º 1% 0.77% -
HSV(B) 242.09º 0.45% 1% -
XYZ 38.93 31.91 98.71 -
YUV 154.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 144 140 255 0.44 0.45 0 0 242.09 1 0.77
Hex 90 8C FF 2C 2D 0 0 F2 64 4D
Octal 220 214 377 54 55 0 0 362 144 115
Binary 10010000 10001100 11111111 101100 101101 0 0 11110010 1100100 1001101

Color Harmonies of #908CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CFF

Black with #908CFF

Text Example


Text Example

White with #908CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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