Html Css Color HEX #956DF6 Light Slate Blue

📋 copy color: '#956DF6'

red 149 ◦ green 109 ◦ blue 246

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

Shades of Light Slate Blue #956DF6

Tints of Light Slate Blue #956DF6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

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

R = 29.56%
G = 21.63%
B = 48.81%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#956DF6 (or 0x956DF6) is known color: Light Slate Blue. HEX triplet: 95, 6D and F6. RGB value is (149,109,246). Sum of RGB (Red+Green+Blue) = 149+109+246=504 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.56% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #956DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DF6 is #6A9209. Grayscale: #888888. Windows color (decimal): -6984202 or 16149909. OLE color: 16149909.

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

Color convert

RGB 149 109 246 -
CMYK 0.39 0.56 0 0.04
HSL 257.52º 0.88% 0.7% -
HSV(B) 257.52º 0.56% 0.96% -
XYZ 34.5 23.98 90 -
YUV 136.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 149 109 246 0.39 0.56 0 0.04 257.52 0.88 0.7
Hex 95 6D F6 27 38 0 4 102 58 46
Octal 225 155 366 47 70 0 4 402 130 106
Binary 10010101 1101101 11110110 100111 111000 0 100 100000010 1011000 1000110

Color Harmonies of #956DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DF6

Black with #956DF6

Text Example


Text Example

White with #956DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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