Html Css Color HEX #956CFF Light Slate Blue

📋 copy color: '#956CFF'

red 149 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #956CFF

Tints of Light Slate Blue #956CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 29.1%
G = 21.09%
B = 49.8%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#956CFF (or 0x956CFF) is known color: Light Slate Blue. HEX triplet: 95, 6C and FF. RGB value is (149,108,255). Sum of RGB (Red+Green+Blue) = 149+108+255=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #956CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956CFF is #6A9300. Grayscale: #888888. Windows color (decimal): -6984449 or 16739477. OLE color: 16739477.

HSL color Cylindrical-coordinate representation of color #956CFF: hue angle of 256.73º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956CFF is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 108 255 -
CMYK 0.42 0.58 0 0
HSL 256.73º 1% 0.71% -
HSV(B) 256.73º 0.58% 1% -
XYZ 35.81 24.33 97.42 -
YUV 137.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 149 108 255 0.42 0.58 0 0 256.73 1 0.71
Hex 95 6C FF 2A 3A 0 0 101 64 47
Octal 225 154 377 52 72 0 0 401 144 107
Binary 10010101 1101100 11111111 101010 111010 0 0 100000001 1100100 1000111

Color Harmonies of #956CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CFF

Black with #956CFF

Text Example


Text Example

White with #956CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,108,255); }

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

background-color css

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

 a { background-color: rgb(149,108,255); }

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

border-color css

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

 span { border-color: rgb(149,108,255); }

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