Html Css Color HEX #956AFB Light Slate Blue

📋 copy color: '#956AFB'

red 149 ◦ green 106 ◦ blue 251

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

Shades of Light Slate Blue #956AFB

Tints of Light Slate Blue #956AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

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

R = 29.45%
G = 20.95%
B = 49.6%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#956AFB (or 0x956AFB) is known color: 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

RGB 149 106 251 -
CMYK 0.41 0.58 0 0.02
HSL 257.79º 0.95% 0.7% -
HSV(B) 257.79º 0.58% 0.98% -
XYZ 34.96 23.66 93.99 -
YUV 135.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 149 106 251 0.41 0.58 0 0.02 257.79 0.95 0.7
Hex 95 6A FB 29 3A 0 2 102 5F 46
Octal 225 152 373 51 72 0 2 402 137 106
Binary 10010101 1101010 11111011 101001 111010 0 10 100000010 1011111 1000110

Color Harmonies of #956AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AFB

Black with #956AFB

Text Example


Text Example

White with #956AFB

Text Example


Text Example

HTML Codes & Css Web 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>