Html Css Color HEX #956BFB Light Slate Blue

📋 copy color: '#956BFB'

red 149 ◦ green 107 ◦ blue 251

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

Shades of Light Slate Blue #956BFB

Tints of Light Slate Blue #956BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.1%

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

R = 29.39%
G = 21.1%
B = 49.51%

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

#956BFB (or 0x956BFB) is known color: Light Slate Blue. HEX triplet: 95, 6B and FB. RGB value is (149,107,251). Sum of RGB (Red+Green+Blue) = 149+107+251=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #956BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BFB is #6A9404. Grayscale: #878787. Windows color (decimal): -6984709 or 16477077. OLE color: 16477077.

HSL color Cylindrical-coordinate representation of color #956BFB: hue angle of 257.5º 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 #956BFB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 107 251 -
CMYK 0.41 0.57 0 0.02
HSL 257.5º 0.95% 0.7% -
HSV(B) 257.5º 0.57% 0.98% -
XYZ 35.06 23.87 94.03 -
YUV 135.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 149 107 251 0.41 0.57 0 0.02 257.5 0.95 0.7
Hex 95 6B FB 29 39 0 2 102 5F 46
Octal 225 153 373 51 71 0 2 402 137 106
Binary 10010101 1101011 11111011 101001 111001 0 10 100000010 1011111 1000110

Color Harmonies of #956BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956BFB

Black with #956BFB

Text Example


Text Example

White with #956BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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