Html Css Color HEX #908CFB Light Slate Blue

📋 copy color: '#908CFB'

red 144 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #908CFB

Tints of Light Slate Blue #908CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.92%

R = 26.92%
G = 26.17%
B = 46.92%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#908CFB (or 0x908CFB) is known color: Light Slate Blue. HEX triplet: 90, 8C and FB. RGB value is (144,140,251). Sum of RGB (Red+Green+Blue) = 144+140+251=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #908CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908CFB is #6F7304. Grayscale: #999999. Windows color (decimal): -7303941 or 16485520. OLE color: 16485520.

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

Color convert

RGB 144 140 251 -
CMYK 0.43 0.44 0 0.02
HSL 242.16º 0.93% 0.77% -
HSV(B) 242.16º 0.44% 0.98% -
XYZ 38.29 31.65 95.36 -
YUV 153.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 144 140 251 0.43 0.44 0 0.02 242.16 0.93 0.77
Hex 90 8C FB 2B 2C 0 2 F2 5D 4D
Octal 220 214 373 53 54 0 2 362 135 115
Binary 10010000 10001100 11111011 101011 101100 0 10 11110010 1011101 1001101

Color Harmonies of #908CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908CFB

Black with #908CFB

Text Example


Text Example

White with #908CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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