Html Css Color HEX #908DFE Light Slate Blue

📋 copy color: '#908DFE'

red 144 ◦ green 141 ◦ blue 254

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

Shades of Light Slate Blue #908DFE

Tints of Light Slate Blue #908DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.12%

R = 26.72%
G = 26.16%
B = 47.12%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#908DFE (or 0x908DFE) is known color: Light Slate Blue. HEX triplet: 90, 8D and FE. RGB value is (144,141,254). Sum of RGB (Red+Green+Blue) = 144+141+254=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #908DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DFE is #6F7201. Grayscale: #9A9A9A. Windows color (decimal): -7303682 or 16682384. OLE color: 16682384.

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

Color convert

RGB 144 141 254 -
CMYK 0.43 0.44 0 0.00
HSL 241.59º 0.98% 0.77% -
HSV(B) 241.59º 0.44% 1% -
XYZ 38.92 32.13 97.92 -
YUV 154.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 144 141 254 0.43 0.44 0 0.00 241.59 0.98 0.77
Hex 90 8D FE 2B 2C 0 0 F2 62 4D
Octal 220 215 376 53 54 0 0 362 142 115
Binary 10010000 10001101 11111110 101011 101100 0 0 11110010 1100010 1001101

Color Harmonies of #908DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DFE

Black with #908DFE

Text Example


Text Example

White with #908DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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