Html Css Color HEX #957AA5 Ce Soir

📋 copy color: '#957AA5'

red 149 ◦ green 122 ◦ blue 165

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

Shades of Ce Soir #957AA5

Tints of Ce Soir #957AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.98%

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

R = 34.17%
G = 27.98%
B = 37.84%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#957AA5 (or 0x957AA5) is known color: Ce Soir. HEX triplet: 95, 7A and A5. RGB value is (149,122,165). Sum of RGB (Red+Green+Blue) = 149+122+165=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 165 - color contains mainly: blue. Hex color #957AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957AA5 is #6A855A. Grayscale: #868686. Windows color (decimal): -6980955 or 10844821. OLE color: 10844821.

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

Color convert

RGB 149 122 165 -
CMYK 0.10 0.26 0 0.35
HSL 277.67º 0.19% 0.56% -
HSV(B) 277.67º 0.26% 0.65% -
XYZ 26.15 23.03 38.66 -
YUV 134.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 149 122 165 0.10 0.26 0 0.35 277.67 0.19 0.56
Hex 95 7A A5 A 1A 0 23 116 13 38
Octal 225 172 245 12 32 0 43 426 23 70
Binary 10010101 1111010 10100101 1010 11010 0 100011 100010110 10011 111000

Color Harmonies of #957AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957AA5

Black with #957AA5

Text Example


Text Example

White with #957AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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