Html Css Color HEX #865BA7 Ce Soir

📋 copy color: '#865BA7'

red 134 ◦ green 91 ◦ blue 167

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

Shades of Ce Soir #865BA7

Tints of Ce Soir #865BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.6%

R = 34.18%
G = 23.21%
B = 42.6%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#865BA7 (or 0x865BA7) is known color: Ce Soir. HEX triplet: 86, 5B and A7. RGB value is (134,91,167). Sum of RGB (Red+Green+Blue) = 134+91+167=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #865BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BA7 is #79A458. Grayscale: #707070. Windows color (decimal): -7971929 or 10967942. OLE color: 10967942.

HSL color Cylindrical-coordinate representation of color #865BA7: hue angle of 273.95º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865BA7 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 91 167 -
CMYK 0.20 0.46 0 0.35
HSL 273.95º 0.3% 0.51% -
HSV(B) 273.95º 0.46% 0.65% -
XYZ 20.55 15.34 38.44 -
YUV 112.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 134 91 167 0.20 0.46 0 0.35 273.95 0.3 0.51
Hex 86 5B A7 14 2E 0 23 112 1E 33
Octal 206 133 247 24 56 0 43 422 36 63
Binary 10000110 1011011 10100111 10100 101110 0 100011 100010010 11110 110011

Color Harmonies of #865BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BA7

Black with #865BA7

Text Example


Text Example

White with #865BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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