Html Css Color HEX #875DB0 Ce Soir

📋 copy color: '#875DB0'

red 135 ◦ green 93 ◦ blue 176

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

Shades of Ce Soir #875DB0

Tints of Ce Soir #875DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 33.42%
G = 23.02%
B = 43.56%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#875DB0 (or 0x875DB0) is known color: Ce Soir. HEX triplet: 87, 5D and B0. RGB value is (135,93,176). Sum of RGB (Red+Green+Blue) = 135+93+176=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 176 - color contains mainly: blue. Hex color #875DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DB0 is #78A24F. Grayscale: #727272. Windows color (decimal): -7905872 or 11558279. OLE color: 11558279.

HSL color Cylindrical-coordinate representation of color #875DB0: hue angle of 270.36º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875DB0 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 135 93 176 -
CMYK 0.23 0.47 0 0.31
HSL 270.36º 0.34% 0.53% -
HSV(B) 270.36º 0.47% 0.69% -
XYZ 21.74 16.11 43.04 -
YUV 115.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 135 93 176 0.23 0.47 0 0.31 270.36 0.34 0.53
Hex 87 5D B0 17 2F 0 1F 10E 22 35
Octal 207 135 260 27 57 0 37 416 42 65
Binary 10000111 1011101 10110000 10111 101111 0 11111 100001110 100010 110101

Color Harmonies of #875DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DB0

Black with #875DB0

Text Example


Text Example

White with #875DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,93,176); }

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

background-color css

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

 a { background-color: rgb(135,93,176); }

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

border-color css

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

 span { border-color: rgb(135,93,176); }

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