Html Css Color HEX #865BAC Ce Soir

📋 copy color: '#865BAC'

red 134 ◦ green 91 ◦ blue 172

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

Shades of Ce Soir #865BAC

Tints of Ce Soir #865BAC

RGB

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

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

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

R = 33.75%
G = 22.92%
B = 43.32%

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

#865BAC (or 0x865BAC) is known color: Ce Soir. HEX triplet: 86, 5B and AC. RGB value is (134,91,172). Sum of RGB (Red+Green+Blue) = 134+91+172=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #865BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BAC is #79A453. Grayscale: #707070. Windows color (decimal): -7971924 or 11295622. OLE color: 11295622.

HSL color Cylindrical-coordinate representation of color #865BAC: hue angle of 271.85º 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 #865BAC is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 91 172 -
CMYK 0.22 0.47 0 0.33
HSL 271.85º 0.33% 0.52% -
HSV(B) 271.85º 0.47% 0.67% -
XYZ 21.02 15.53 40.92 -
YUV 113.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 134 91 172 0.22 0.47 0 0.33 271.85 0.33 0.52
Hex 86 5B AC 16 2F 0 21 110 21 34
Octal 206 133 254 26 57 0 41 420 41 64
Binary 10000110 1011011 10101100 10110 101111 0 100001 100010000 100001 110100

Color Harmonies of #865BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BAC

Black with #865BAC

Text Example


Text Example

White with #865BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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