Html Css Color HEX #946EFB Light Slate Blue

📋 copy color: '#946EFB'

red 148 ◦ green 110 ◦ blue 251

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

Shades of Light Slate Blue #946EFB

Tints of Light Slate Blue #946EFB

RGB

 RED value IS 148 (58.2% from 255) = 29.08%

 GREEN value IS 110 (43.36% from 255) = 21.61%

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

R = 29.08%
G = 21.61%
B = 49.31%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#946EFB (or 0x946EFB) is known color: Light Slate Blue. HEX triplet: 94, 6E and FB. RGB value is (148,110,251). Sum of RGB (Red+Green+Blue) = 148+110+251=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #946EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946EFB is #6B9104. Grayscale: #888888. Windows color (decimal): -7049477 or 16477844. OLE color: 16477844.

HSL color Cylindrical-coordinate representation of color #946EFB: hue angle of 256.17º 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 #946EFB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 110 251 -
CMYK 0.41 0.56 0 0.02
HSL 256.17º 0.95% 0.71% -
HSV(B) 256.17º 0.56% 0.98% -
XYZ 35.2 24.41 94.12 -
YUV 137.44 192.09 135.54 -
System Red Green Blue C M Y K H S L
Decimal 148 110 251 0.41 0.56 0 0.02 256.17 0.95 0.71
Hex 94 6E FB 29 38 0 2 100 5F 47
Octal 224 156 373 51 70 0 2 400 137 107
Binary 10010100 1101110 11111011 101001 111000 0 10 100000000 1011111 1000111

Color Harmonies of #946EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946EFB

Black with #946EFB

Text Example


Text Example

White with #946EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946EFB; }

 p { color: rgb(148,110,251); }

 H1.HeaderClassName
 {
   color: #946EFB;
 }
 .AnyTagClassName
 {
   color: #946EFB;
 }
</style>

background-color css

<style>
 a { background-color: #946EFB; }

 a { background-color: rgb(148,110,251); }

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

border-color css

<style>
 span { border-color: #946EFB; }

 span { border-color: rgb(148,110,251); }

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