Html Css Color HEX #906FFB Light Slate Blue

📋 copy color: '#906FFB'

red 144 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #906FFB

Tints of Light Slate Blue #906FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 28.46%
G = 21.94%
B = 49.6%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#906FFB (or 0x906FFB) is known color: Light Slate Blue. HEX triplet: 90, 6F and FB. RGB value is (144,111,251). Sum of RGB (Red+Green+Blue) = 144+111+251=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #906FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906FFB is #6F9004. Grayscale: #888888. Windows color (decimal): -7311365 or 16478096. OLE color: 16478096.

HSL color Cylindrical-coordinate representation of color #906FFB: hue angle of 254.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #906FFB is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 111 251 -
CMYK 0.43 0.56 0 0.02
HSL 254.14º 0.95% 0.71% -
HSV(B) 254.14º 0.56% 0.98% -
XYZ 34.6 24.26 94.13 -
YUV 136.83 192.43 133.12 -
System Red Green Blue C M Y K H S L
Decimal 144 111 251 0.43 0.56 0 0.02 254.14 0.95 0.71
Hex 90 6F FB 2B 38 0 2 FE 5F 47
Octal 220 157 373 53 70 0 2 376 137 107
Binary 10010000 1101111 11111011 101011 111000 0 10 11111110 1011111 1000111

Color Harmonies of #906FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906FFB

Black with #906FFB

Text Example


Text Example

White with #906FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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