Html Css Color HEX #906DFE Light Slate Blue

📋 copy color: '#906DFE'

red 144 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #906DFE

Tints of Light Slate Blue #906DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.5%

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

R = 28.4%
G = 21.5%
B = 50.1%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#906DFE (or 0x906DFE) is known color: Light Slate Blue. HEX triplet: 90, 6D and FE. RGB value is (144,109,254). Sum of RGB (Red+Green+Blue) = 144+109+254=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #906DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DFE is #6F9201. Grayscale: #878787. Windows color (decimal): -7311874 or 16674192. OLE color: 16674192.

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

Color convert

RGB 144 109 254 -
CMYK 0.43 0.57 0 0.00
HSL 254.48º 0.99% 0.71% -
HSV(B) 254.48º 0.57% 1% -
XYZ 34.86 24.02 96.57 -
YUV 136 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 144 109 254 0.43 0.57 0 0.00 254.48 0.99 0.71
Hex 90 6D FE 2B 39 0 0 FE 63 47
Octal 220 155 376 53 71 0 0 376 143 107
Binary 10010000 1101101 11111110 101011 111001 0 0 11111110 1100011 1000111

Color Harmonies of #906DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906DFE

Black with #906DFE

Text Example


Text Example

White with #906DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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