Html Css Color HEX #906BFE Light Slate Blue

📋 copy color: '#906BFE'

red 144 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #906BFE

Tints of Light Slate Blue #906BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.19%

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

R = 28.51%
G = 21.19%
B = 50.3%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#906BFE (or 0x906BFE) is known color: Light Slate Blue. HEX triplet: 90, 6B and FE. RGB value is (144,107,254). Sum of RGB (Red+Green+Blue) = 144+107+254=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #906BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906BFE is #6F9401. Grayscale: #868686. Windows color (decimal): -7312386 or 16673680. OLE color: 16673680.

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

Color convert

RGB 144 107 254 -
CMYK 0.43 0.58 0 0.00
HSL 255.1º 0.99% 0.71% -
HSV(B) 255.1º 0.58% 1% -
XYZ 34.65 23.6 96.5 -
YUV 134.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 144 107 254 0.43 0.58 0 0.00 255.1 0.99 0.71
Hex 90 6B FE 2B 3A 0 0 FF 63 47
Octal 220 153 376 53 72 0 0 377 143 107
Binary 10010000 1101011 11111110 101011 111010 0 0 11111111 1100011 1000111

Color Harmonies of #906BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BFE

Black with #906BFE

Text Example


Text Example

White with #906BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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