Html Css Color HEX #957EA5 Ce Soir

📋 copy color: '#957EA5'

red 149 ◦ green 126 ◦ blue 165

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

Shades of Ce Soir #957EA5

Tints of Ce Soir #957EA5

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 165 (64.84% from 255) = 37.5%

R = 33.86%
G = 28.64%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#957EA5 (or 0x957EA5) is known color: Ce Soir. HEX triplet: 95, 7E and A5. RGB value is (149,126,165). Sum of RGB (Red+Green+Blue) = 149+126+165=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 165 - color contains mainly: blue. Hex color #957EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957EA5 is #6A815A. Grayscale: #898989. Windows color (decimal): -6979931 or 10845845. OLE color: 10845845.

HSL color Cylindrical-coordinate representation of color #957EA5: hue angle of 275.38º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957EA5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 126 165 -
CMYK 0.10 0.24 0 0.35
HSL 275.38º 0.18% 0.57% -
HSV(B) 275.38º 0.24% 0.65% -
XYZ 26.65 24.03 38.83 -
YUV 137.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 149 126 165 0.10 0.24 0 0.35 275.38 0.18 0.57
Hex 95 7E A5 A 18 0 23 113 12 39
Octal 225 176 245 12 30 0 43 423 22 71
Binary 10010101 1111110 10100101 1010 11000 0 100011 100010011 10010 111001

Color Harmonies of #957EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957EA5

Black with #957EA5

Text Example


Text Example

White with #957EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957EA5; }

 p { color: rgb(149,126,165); }

 H1.HeaderClassName
 {
   color: #957EA5;
 }
 .AnyTagClassName
 {
   color: #957EA5;
 }
</style>

background-color css

<style>
 a { background-color: #957EA5; }

 a { background-color: rgb(149,126,165); }

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

border-color css

<style>
 span { border-color: #957EA5; }

 span { border-color: rgb(149,126,165); }

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