Html Css Color HEX #956CFB Light Slate Blue

📋 copy color: '#956CFB'

red 149 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #956CFB

Tints of Light Slate Blue #956CFB

RGB

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

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

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

R = 29.33%
G = 21.26%
B = 49.41%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#956CFB (or 0x956CFB) is known color: Light Slate Blue. HEX triplet: 95, 6C and FB. RGB value is (149,108,251). Sum of RGB (Red+Green+Blue) = 149+108+251=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #956CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956CFB is #6A9304. Grayscale: #888888. Windows color (decimal): -6984453 or 16477333. OLE color: 16477333.

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

Color convert

RGB 149 108 251 -
CMYK 0.41 0.57 0 0.02
HSL 257.2º 0.95% 0.7% -
HSV(B) 257.2º 0.57% 0.98% -
XYZ 35.17 24.08 94.06 -
YUV 136.56 192.58 136.87 -
System Red Green Blue C M Y K H S L
Decimal 149 108 251 0.41 0.57 0 0.02 257.2 0.95 0.7
Hex 95 6C FB 29 39 0 2 101 5F 46
Octal 225 154 373 51 71 0 2 401 137 106
Binary 10010101 1101100 11111011 101001 111001 0 10 100000001 1011111 1000110

Color Harmonies of #956CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956CFB

Black with #956CFB

Text Example


Text Example

White with #956CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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