Html Css Color HEX #95779E Ce Soir

📋 copy color: '#95779E'

red 149 ◦ green 119 ◦ blue 158

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

Shades of Ce Soir #95779E

Tints of Ce Soir #95779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.93%

 BLUE value IS 158 (62.11% from 255) = 37.09%

R = 34.98%
G = 27.93%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95779E (or 0x95779E) is known color: Ce Soir. HEX triplet: 95, 77 and 9E. RGB value is (149,119,158). Sum of RGB (Red+Green+Blue) = 149+119+158=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #95779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95779E is #6A8861. Grayscale: #848484. Windows color (decimal): -6981730 or 10385301. OLE color: 10385301.

HSL color Cylindrical-coordinate representation of color #95779E: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95779E is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 119 158 -
CMYK 0.06 0.25 0 0.38
HSL 286.15º 0.17% 0.54% -
HSV(B) 286.15º 0.25% 0.62% -
XYZ 25.16 22.05 35.28 -
YUV 132.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 149 119 158 0.06 0.25 0 0.38 286.15 0.17 0.54
Hex 95 77 9E 6 19 0 26 11E 11 36
Octal 225 167 236 6 31 0 46 436 21 66
Binary 10010101 1110111 10011110 110 11001 0 100110 100011110 10001 110110

Color Harmonies of #95779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95779E

Black with #95779E

Text Example


Text Example

White with #95779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95779E; }

 p { color: rgb(149,119,158); }

 H1.HeaderClassName
 {
   color: #95779E;
 }
 .AnyTagClassName
 {
   color: #95779E;
 }
</style>

background-color css

<style>
 a { background-color: #95779E; }

 a { background-color: rgb(149,119,158); }

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

border-color css

<style>
 span { border-color: #95779E; }

 span { border-color: rgb(149,119,158); }

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