Html Css Color HEX #875BAC Ce Soir

📋 copy color: '#875BAC'

red 135 ◦ green 91 ◦ blue 172

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

Shades of Ce Soir #875BAC

Tints of Ce Soir #875BAC

RGB

 RED value IS 135 (53.13% from 255) = 33.92%

 GREEN value IS 91 (35.94% from 255) = 22.86%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 33.92%
G = 22.86%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#875BAC (or 0x875BAC) is known color: Ce Soir. HEX triplet: 87, 5B and AC. RGB value is (135,91,172). Sum of RGB (Red+Green+Blue) = 135+91+172=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #875BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875BAC is #78A453. Grayscale: #717171. Windows color (decimal): -7906388 or 11295623. OLE color: 11295623.

HSL color Cylindrical-coordinate representation of color #875BAC: hue angle of 272.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875BAC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 91 172 -
CMYK 0.22 0.47 0 0.33
HSL 272.59º 0.33% 0.52% -
HSV(B) 272.59º 0.47% 0.67% -
XYZ 21.18 15.61 40.93 -
YUV 113.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 135 91 172 0.22 0.47 0 0.33 272.59 0.33 0.52
Hex 87 5B AC 16 2F 0 21 111 21 34
Octal 207 133 254 26 57 0 41 421 41 64
Binary 10000111 1011011 10101100 10110 101111 0 100001 100010001 100001 110100

Color Harmonies of #875BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875BAC

Black with #875BAC

Text Example


Text Example

White with #875BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875BAC; }

 p { color: rgb(135,91,172); }

 H1.HeaderClassName
 {
   color: #875BAC;
 }
 .AnyTagClassName
 {
   color: #875BAC;
 }
</style>

background-color css

<style>
 a { background-color: #875BAC; }

 a { background-color: rgb(135,91,172); }

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

border-color css

<style>
 span { border-color: #875BAC; }

 span { border-color: rgb(135,91,172); }

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