Html Css Color HEX #956DF9 Light Slate Blue

📋 copy color: '#956DF9'

red 149 ◦ green 109 ◦ blue 249

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

Shades of Light Slate Blue #956DF9

Tints of Light Slate Blue #956DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 29.39%
G = 21.5%
B = 49.11%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#956DF9 (or 0x956DF9) is known color: Light Slate Blue. HEX triplet: 95, 6D and F9. RGB value is (149,109,249). Sum of RGB (Red+Green+Blue) = 149+109+249=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #956DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DF9 is #6A9206. Grayscale: #888888. Windows color (decimal): -6984199 or 16346517. OLE color: 16346517.

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

Color convert

RGB 149 109 249 -
CMYK 0.40 0.56 0 0.02
HSL 257.14º 0.92% 0.7% -
HSV(B) 257.14º 0.56% 0.98% -
XYZ 34.96 24.17 92.44 -
YUV 136.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 149 109 249 0.40 0.56 0 0.02 257.14 0.92 0.7
Hex 95 6D F9 28 38 0 2 101 5C 46
Octal 225 155 371 50 70 0 2 401 134 106
Binary 10010101 1101101 11111001 101000 111000 0 10 100000001 1011100 1000110

Color Harmonies of #956DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956DF9

Black with #956DF9

Text Example


Text Example

White with #956DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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