Html Css Color HEX #946AFB Light Slate Blue

📋 copy color: '#946AFB'

red 148 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #946AFB

Tints of Light Slate Blue #946AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

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

R = 29.31%
G = 20.99%
B = 49.7%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#946AFB (or 0x946AFB) is known color: Light Slate Blue. HEX triplet: 94, 6A and FB. RGB value is (148,106,251). Sum of RGB (Red+Green+Blue) = 148+106+251=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #946AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946AFB is #6B9504. Grayscale: #868686. Windows color (decimal): -7050501 or 16476820. OLE color: 16476820.

HSL color Cylindrical-coordinate representation of color #946AFB: hue angle of 257.38º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #946AFB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 106 251 -
CMYK 0.41 0.58 0 0.02
HSL 257.38º 0.95% 0.7% -
HSV(B) 257.38º 0.58% 0.98% -
XYZ 34.78 23.57 93.98 -
YUV 135.09 193.41 137.21 -
System Red Green Blue C M Y K H S L
Decimal 148 106 251 0.41 0.58 0 0.02 257.38 0.95 0.7
Hex 94 6A FB 29 3A 0 2 101 5F 46
Octal 224 152 373 51 72 0 2 401 137 106
Binary 10010100 1101010 11111011 101001 111010 0 10 100000001 1011111 1000110

Color Harmonies of #946AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946AFB

Black with #946AFB

Text Example


Text Example

White with #946AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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