#956AFB

Color #956AFB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #956AFB

Tints of Light Slate Blue #956AFB

Color information

#956AFB (or 0x956AFB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 6A and FB. RGB value is (149,106,251). Sum of RGB (Red+Green+Blue) = 149+106+251=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #956AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AFB is #6A9504. Grayscale: #868686. Windows color (decimal): -6984965 or 16476821. OLE color: 16476821.

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

Color convert

RGB149106251-
CMYK0.410.5800.02
HSL257.79º94.77%70%-
HSV(B)257.79º57.77%98.43%-
XYZ34.9623.6693.99-
YUV135.39193.25137.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 251 (98.44% from 255) = 49.60%
R=29.45%
G=20.95%
B=49.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491062510.410.5800.02257.7994.7770
Hex956AFB293A021025f46
Octal225152373517202402137106
Binary1001010111010101111101110100111101001010000001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956AFB;
 }
 .AnyTagClassName
 {
   color: #956AFB;
 }
</style>
background-color css

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

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

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

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

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

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