Html Css Color HEX #956DF5 Light Slate Blue

📋 copy color: '#956DF5'

red 149 ◦ green 109 ◦ blue 245

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

Shades of Light Slate Blue #956DF5

Tints of Light Slate Blue #956DF5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

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

R = 29.62%
G = 21.67%
B = 48.71%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#956DF5 (or 0x956DF5) is known color: Light Slate Blue. HEX triplet: 95, 6D and F5. RGB value is (149,109,245). Sum of RGB (Red+Green+Blue) = 149+109+245=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 245 - color contains mainly: blue. Hex color #956DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DF5 is #6A920A. Grayscale: #878787. Windows color (decimal): -6984203 or 16084373. OLE color: 16084373.

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

Color convert

RGB 149 109 245 -
CMYK 0.39 0.56 0 0.04
HSL 257.65º 0.87% 0.69% -
HSV(B) 257.65º 0.56% 0.96% -
XYZ 34.34 23.92 89.19 -
YUV 136.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 149 109 245 0.39 0.56 0 0.04 257.65 0.87 0.69
Hex 95 6D F5 27 38 0 4 102 57 45
Octal 225 155 365 47 70 0 4 402 127 105
Binary 10010101 1101101 11110101 100111 111000 0 100 100000010 1010111 1000101

Color Harmonies of #956DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DF5

Black with #956DF5

Text Example


Text Example

White with #956DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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