Html Css Color HEX #906FFE Light Slate Blue

📋 copy color: '#906FFE'

red 144 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #906FFE

Tints of Light Slate Blue #906FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

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

R = 28.29%
G = 21.81%
B = 49.9%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#906FFE (or 0x906FFE) is known color: Light Slate Blue. HEX triplet: 90, 6F and FE. RGB value is (144,111,254). Sum of RGB (Red+Green+Blue) = 144+111+254=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #906FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FFE is #6F9001. Grayscale: #888888. Windows color (decimal): -7311362 or 16674704. OLE color: 16674704.

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

Color convert

RGB 144 111 254 -
CMYK 0.43 0.56 0 0.00
HSL 253.85º 0.99% 0.72% -
HSV(B) 253.85º 0.56% 1% -
XYZ 35.08 24.45 96.64 -
YUV 137.17 193.93 132.87 -
System Red Green Blue C M Y K H S L
Decimal 144 111 254 0.43 0.56 0 0.00 253.85 0.99 0.72
Hex 90 6F FE 2B 38 0 0 FE 63 48
Octal 220 157 376 53 70 0 0 376 143 110
Binary 10010000 1101111 11111110 101011 111000 0 0 11111110 1100011 1001000

Color Harmonies of #906FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FFE

Black with #906FFE

Text Example


Text Example

White with #906FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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