Html Css Color HEX #908DFB Light Slate Blue

📋 copy color: '#908DFB'

red 144 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #908DFB

Tints of Light Slate Blue #908DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

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

R = 26.87%
G = 26.31%
B = 46.83%

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

#908DFB (or 0x908DFB) is known color: Light Slate Blue. HEX triplet: 90, 8D and FB. RGB value is (144,141,251). Sum of RGB (Red+Green+Blue) = 144+141+251=536 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.87% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #908DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFB is #6F7204. Grayscale: #9A9A9A. Windows color (decimal): -7303685 or 16485776. OLE color: 16485776.

HSL color Cylindrical-coordinate representation of color #908DFB: hue angle of 241.64º 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 #908DFB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 141 251 -
CMYK 0.43 0.44 0 0.02
HSL 241.64º 0.93% 0.77% -
HSV(B) 241.64º 0.44% 0.98% -
XYZ 38.44 31.94 95.41 -
YUV 154.44 182.49 120.56 -
System Red Green Blue C M Y K H S L
Decimal 144 141 251 0.43 0.44 0 0.02 241.64 0.93 0.77
Hex 90 8D FB 2B 2C 0 2 F2 5D 4D
Octal 220 215 373 53 54 0 2 362 135 115
Binary 10010000 10001101 11111011 101011 101100 0 10 11110010 1011101 1001101

Color Harmonies of #908DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DFB

Black with #908DFB

Text Example


Text Example

White with #908DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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