Html Css Color HEX #908DF6 Light Slate Blue

📋 copy color: '#908DF6'

red 144 ◦ green 141 ◦ blue 246

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

Shades of Light Slate Blue #908DF6

Tints of Light Slate Blue #908DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.33%

R = 27.12%
G = 26.55%
B = 46.33%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#908DF6 (or 0x908DF6) is known color: Light Slate Blue. HEX triplet: 90, 8D and F6. RGB value is (144,141,246). Sum of RGB (Red+Green+Blue) = 144+141+246=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #908DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #908DF6 is #6F7209. Grayscale: #999999. Windows color (decimal): -7303690 or 16158096. OLE color: 16158096.

HSL color Cylindrical-coordinate representation of color #908DF6: hue angle of 241.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #908DF6 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 144 141 246 -
CMYK 0.41 0.43 0 0.04
HSL 241.71º 0.85% 0.76% -
HSV(B) 241.71º 0.43% 0.96% -
XYZ 37.66 31.63 91.31 -
YUV 153.87 179.99 120.96 -
System Red Green Blue C M Y K H S L
Decimal 144 141 246 0.41 0.43 0 0.04 241.71 0.85 0.76
Hex 90 8D F6 29 2B 0 4 F2 55 4C
Octal 220 215 366 51 53 0 4 362 125 114
Binary 10010000 10001101 11110110 101001 101011 0 100 11110010 1010101 1001100

Color Harmonies of #908DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908DF6

Black with #908DF6

Text Example


Text Example

White with #908DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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