Html Css Color HEX #956AF5 Light Slate Blue

📋 copy color: '#956AF5'

red 149 ◦ green 106 ◦ blue 245

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

Shades of Light Slate Blue #956AF5

Tints of Light Slate Blue #956AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49%

R = 29.8%
G = 21.2%
B = 49%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#956AF5 (or 0x956AF5) is known color: Light Slate Blue. HEX triplet: 95, 6A and F5. RGB value is (149,106,245). Sum of RGB (Red+Green+Blue) = 149+106+245=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #956AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AF5 is #6A950A. Grayscale: #868686. Windows color (decimal): -6984971 or 16083605. OLE color: 16083605.

HSL color Cylindrical-coordinate representation of color #956AF5: hue angle of 258.56º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956AF5 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 106 245 -
CMYK 0.39 0.57 0 0.04
HSL 258.56º 0.87% 0.69% -
HSV(B) 258.56º 0.57% 0.96% -
XYZ 34.03 23.29 89.09 -
YUV 134.7 190.25 138.2 -
System Red Green Blue C M Y K H S L
Decimal 149 106 245 0.39 0.57 0 0.04 258.56 0.87 0.69
Hex 95 6A F5 27 39 0 4 103 57 45
Octal 225 152 365 47 71 0 4 403 127 105
Binary 10010101 1101010 11110101 100111 111001 0 100 100000011 1010111 1000101

Color Harmonies of #956AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AF5

Black with #956AF5

Text Example


Text Example

White with #956AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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