Html Css Color HEX #956AF7 Light Slate Blue

📋 copy color: '#956AF7'

red 149 ◦ green 106 ◦ blue 247

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

Shades of Light Slate Blue #956AF7

Tints of Light Slate Blue #956AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.2%

R = 29.68%
G = 21.12%
B = 49.2%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#956AF7 (or 0x956AF7) is known color: Light Slate Blue. HEX triplet: 95, 6A and F7. RGB value is (149,106,247). Sum of RGB (Red+Green+Blue) = 149+106+247=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #956AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956AF7 is #6A9508. Grayscale: #868686. Windows color (decimal): -6984969 or 16214677. OLE color: 16214677.

HSL color Cylindrical-coordinate representation of color #956AF7: hue angle of 258.3º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956AF7 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 106 247 -
CMYK 0.40 0.57 0 0.03
HSL 258.3º 0.9% 0.69% -
HSV(B) 258.3º 0.57% 0.97% -
XYZ 34.34 23.41 90.71 -
YUV 134.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 149 106 247 0.40 0.57 0 0.03 258.3 0.9 0.69
Hex 95 6A F7 28 39 0 3 102 5A 45
Octal 225 152 367 50 71 0 3 402 132 105
Binary 10010101 1101010 11110111 101000 111001 0 11 100000010 1011010 1000101

Color Harmonies of #956AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956AF7

Black with #956AF7

Text Example


Text Example

White with #956AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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