Html Css Color HEX #956AF6 Light Slate Blue

📋 copy color: '#956AF6'

red 149 ◦ green 106 ◦ blue 246

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

Shades of Light Slate Blue #956AF6

Tints of Light Slate Blue #956AF6

RGB

 RED value IS 149 (58.59% from 255) = 29.74%

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

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 29.74%
G = 21.16%
B = 49.1%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#956AF6 (or 0x956AF6) is known color: Light Slate Blue. HEX triplet: 95, 6A and F6. RGB value is (149,106,246). Sum of RGB (Red+Green+Blue) = 149+106+246=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #956AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AF6 is #6A9509. Grayscale: #868686. Windows color (decimal): -6984970 or 16149141. OLE color: 16149141.

HSL color Cylindrical-coordinate representation of color #956AF6: hue angle of 258.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956AF6 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 106 246 -
CMYK 0.39 0.57 0 0.04
HSL 258.43º 0.89% 0.69% -
HSV(B) 258.43º 0.57% 0.96% -
XYZ 34.18 23.35 89.89 -
YUV 134.82 190.75 138.12 -
System Red Green Blue C M Y K H S L
Decimal 149 106 246 0.39 0.57 0 0.04 258.43 0.89 0.69
Hex 95 6A F6 27 39 0 4 102 59 45
Octal 225 152 366 47 71 0 4 402 131 105
Binary 10010101 1101010 11110110 100111 111001 0 100 100000010 1011001 1000101

Color Harmonies of #956AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AF6

Black with #956AF6

Text Example


Text Example

White with #956AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956AF6; }

 p { color: rgb(149,106,246); }

 H1.HeaderClassName
 {
   color: #956AF6;
 }
 .AnyTagClassName
 {
   color: #956AF6;
 }
</style>

background-color css

<style>
 a { background-color: #956AF6; }

 a { background-color: rgb(149,106,246); }

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

border-color css

<style>
 span { border-color: #956AF6; }

 span { border-color: rgb(149,106,246); }

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