Html Css Color HEX #906BFA Light Slate Blue

📋 copy color: '#906BFA'

red 144 ◦ green 107 ◦ blue 250

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

Shades of Light Slate Blue #906BFA

Tints of Light Slate Blue #906BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 28.74%
G = 21.36%
B = 49.9%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#906BFA (or 0x906BFA) is known color: Light Slate Blue. HEX triplet: 90, 6B and FA. RGB value is (144,107,250). Sum of RGB (Red+Green+Blue) = 144+107+250=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #906BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906BFA is #6F9405. Grayscale: #858585. Windows color (decimal): -7312390 or 16411536. OLE color: 16411536.

HSL color Cylindrical-coordinate representation of color #906BFA: hue angle of 255.52º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #906BFA is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 107 250 -
CMYK 0.42 0.57 0 0.02
HSL 255.52º 0.93% 0.7% -
HSV(B) 255.52º 0.57% 0.98% -
XYZ 34.01 23.35 93.16 -
YUV 134.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 144 107 250 0.42 0.57 0 0.02 255.52 0.93 0.7
Hex 90 6B FA 2A 39 0 2 100 5D 46
Octal 220 153 372 52 71 0 2 400 135 106
Binary 10010000 1101011 11111010 101010 111001 0 10 100000000 1011101 1000110

Color Harmonies of #906BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BFA

Black with #906BFA

Text Example


Text Example

White with #906BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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