Html Css Color HEX #895EA4 Ce Soir

📋 copy color: '#895EA4'

red 137 ◦ green 94 ◦ blue 164

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

Shades of Ce Soir #895EA4

Tints of Ce Soir #895EA4

RGB

 RED value IS 137 (53.91% from 255) = 34.68%

 GREEN value IS 94 (37.11% from 255) = 23.8%

 BLUE value IS 164 (64.45% from 255) = 41.52%

R = 34.68%
G = 23.8%
B = 41.52%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#895EA4 (or 0x895EA4) is known color: Ce Soir. HEX triplet: 89, 5E and A4. RGB value is (137,94,164). Sum of RGB (Red+Green+Blue) = 137+94+164=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #895EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895EA4 is #76A15B. Grayscale: #727272. Windows color (decimal): -7774556 or 10772105. OLE color: 10772105.

HSL color Cylindrical-coordinate representation of color #895EA4: hue angle of 276.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895EA4 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 137 94 164 -
CMYK 0.16 0.43 0 0.36
HSL 276.86º 0.28% 0.51% -
HSV(B) 276.86º 0.43% 0.64% -
XYZ 21.02 16 37.1 -
YUV 114.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 137 94 164 0.16 0.43 0 0.36 276.86 0.28 0.51
Hex 89 5E A4 10 2B 0 24 115 1C 33
Octal 211 136 244 20 53 0 44 425 34 63
Binary 10001001 1011110 10100100 10000 101011 0 100100 100010101 11100 110011

Color Harmonies of #895EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895EA4

Black with #895EA4

Text Example


Text Example

White with #895EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895EA4; }

 p { color: rgb(137,94,164); }

 H1.HeaderClassName
 {
   color: #895EA4;
 }
 .AnyTagClassName
 {
   color: #895EA4;
 }
</style>

background-color css

<style>
 a { background-color: #895EA4; }

 a { background-color: rgb(137,94,164); }

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

border-color css

<style>
 span { border-color: #895EA4; }

 span { border-color: rgb(137,94,164); }

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