Html Css Color HEX #956EF7 Light Slate Blue

📋 copy color: '#956EF7'

red 149 ◦ green 110 ◦ blue 247

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

Shades of Light Slate Blue #956EF7

Tints of Light Slate Blue #956EF7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.74%

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

R = 29.45%
G = 21.74%
B = 48.81%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#956EF7 (or 0x956EF7) is known color: Light Slate Blue. HEX triplet: 95, 6E and F7. RGB value is (149,110,247). Sum of RGB (Red+Green+Blue) = 149+110+247=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #956EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EF7 is #6A9108. Grayscale: #888888. Windows color (decimal): -6983945 or 16215701. OLE color: 16215701.

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

Color convert

RGB 149 110 247 -
CMYK 0.40 0.55 0 0.03
HSL 257.08º 0.9% 0.7% -
HSV(B) 257.08º 0.55% 0.97% -
XYZ 34.76 24.26 90.85 -
YUV 137.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 149 110 247 0.40 0.55 0 0.03 257.08 0.9 0.7
Hex 95 6E F7 28 37 0 3 101 5A 46
Octal 225 156 367 50 67 0 3 401 132 106
Binary 10010101 1101110 11110111 101000 110111 0 11 100000001 1011010 1000110

Color Harmonies of #956EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EF7

Black with #956EF7

Text Example


Text Example

White with #956EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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