Html Css Color HEX #956EF4 Light Slate Blue

📋 copy color: '#956EF4'

red 149 ◦ green 110 ◦ blue 244

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

Shades of Light Slate Blue #956EF4

Tints of Light Slate Blue #956EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.51%

R = 29.62%
G = 21.87%
B = 48.51%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#956EF4 (or 0x956EF4) is known color: Light Slate Blue. HEX triplet: 95, 6E and F4. RGB value is (149,110,244). Sum of RGB (Red+Green+Blue) = 149+110+244=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #956EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956EF4 is #6A910B. Grayscale: #888888. Windows color (decimal): -6983948 or 16019093. OLE color: 16019093.

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

Color convert

RGB 149 110 244 -
CMYK 0.39 0.55 0 0.04
HSL 257.46º 0.86% 0.69% -
HSV(B) 257.46º 0.55% 0.96% -
XYZ 34.3 24.07 88.43 -
YUV 136.94 188.42 136.6 -
System Red Green Blue C M Y K H S L
Decimal 149 110 244 0.39 0.55 0 0.04 257.46 0.86 0.69
Hex 95 6E F4 27 37 0 4 101 56 45
Octal 225 156 364 47 67 0 4 401 126 105
Binary 10010101 1101110 11110100 100111 110111 0 100 100000001 1010110 1000101

Color Harmonies of #956EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956EF4

Black with #956EF4

Text Example


Text Example

White with #956EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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