Html Css Color HEX #956FFB Light Slate Blue

📋 copy color: '#956FFB'

red 149 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #956FFB

Tints of Light Slate Blue #956FFB

RGB

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

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

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

R = 29.16%
G = 21.72%
B = 49.12%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#956FFB (or 0x956FFB) is known color: Light Slate Blue. HEX triplet: 95, 6F and FB. RGB value is (149,111,251). Sum of RGB (Red+Green+Blue) = 149+111+251=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #956FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FFB is #6A9004. Grayscale: #898989. Windows color (decimal): -6983685 or 16478101. OLE color: 16478101.

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

Color convert

RGB 149 111 251 -
CMYK 0.41 0.56 0 0.02
HSL 256.29º 0.95% 0.71% -
HSV(B) 256.29º 0.56% 0.98% -
XYZ 35.49 24.72 94.17 -
YUV 138.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 149 111 251 0.41 0.56 0 0.02 256.29 0.95 0.71
Hex 95 6F FB 29 38 0 2 100 5F 47
Octal 225 157 373 51 70 0 2 400 137 107
Binary 10010101 1101111 11111011 101001 111000 0 10 100000000 1011111 1000111

Color Harmonies of #956FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956FFB

Black with #956FFB

Text Example


Text Example

White with #956FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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