Html Css Color HEX #865EB2 Ce Soir

📋 copy color: '#865EB2'

red 134 ◦ green 94 ◦ blue 178

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

Shades of Ce Soir #865EB2

Tints of Ce Soir #865EB2

RGB

 RED value IS 134 (52.73% from 255) = 33%

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 33%
G = 23.15%
B = 43.84%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#865EB2 (or 0x865EB2) is known color: Ce Soir. HEX triplet: 86, 5E and B2. RGB value is (134,94,178). Sum of RGB (Red+Green+Blue) = 134+94+178=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #865EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EB2 is #79A14D. Grayscale: #737373. Windows color (decimal): -7971150 or 11689606. OLE color: 11689606.

HSL color Cylindrical-coordinate representation of color #865EB2: hue angle of 268.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865EB2 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 94 178 -
CMYK 0.25 0.47 0 0.30
HSL 268.57º 0.35% 0.53% -
HSV(B) 268.57º 0.47% 0.7% -
XYZ 21.87 16.29 44.11 -
YUV 115.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 134 94 178 0.25 0.47 0 0.30 268.57 0.35 0.53
Hex 86 5E B2 19 2F 0 1E 10D 23 35
Octal 206 136 262 31 57 0 36 415 43 65
Binary 10000110 1011110 10110010 11001 101111 0 11110 100001101 100011 110101

Color Harmonies of #865EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EB2

Black with #865EB2

Text Example


Text Example

White with #865EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865EB2; }

 p { color: rgb(134,94,178); }

 H1.HeaderClassName
 {
   color: #865EB2;
 }
 .AnyTagClassName
 {
   color: #865EB2;
 }
</style>

background-color css

<style>
 a { background-color: #865EB2; }

 a { background-color: rgb(134,94,178); }

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

border-color css

<style>
 span { border-color: #865EB2; }

 span { border-color: rgb(134,94,178); }

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