Html Css Color HEX #956FFC Light Slate Blue

📋 copy color: '#956FFC'

red 149 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #956FFC

Tints of Light Slate Blue #956FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 29.1%
G = 21.68%
B = 49.22%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#956FFC (or 0x956FFC) is known color: Light Slate Blue. HEX triplet: 95, 6F and FC. RGB value is (149,111,252). Sum of RGB (Red+Green+Blue) = 149+111+252=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #956FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FFC is #6A9003. Grayscale: #898989. Windows color (decimal): -6983684 or 16543637. OLE color: 16543637.

HSL color Cylindrical-coordinate representation of color #956FFC: hue angle of 256.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956FFC is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 111 252 -
CMYK 0.41 0.56 0 0.01
HSL 256.17º 0.96% 0.71% -
HSV(B) 256.17º 0.56% 0.99% -
XYZ 35.65 24.79 95 -
YUV 138.44 192.09 135.54 -
System Red Green Blue C M Y K H S L
Decimal 149 111 252 0.41 0.56 0 0.01 256.17 0.96 0.71
Hex 95 6F FC 29 38 0 1 100 60 47
Octal 225 157 374 51 70 0 1 400 140 107
Binary 10010101 1101111 11111100 101001 111000 0 1 100000000 1100000 1000111

Color Harmonies of #956FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FFC

Black with #956FFC

Text Example


Text Example

White with #956FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,111,252); }

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

background-color css

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

 a { background-color: rgb(149,111,252); }

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

border-color css

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

 span { border-color: rgb(149,111,252); }

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