Html Css Color HEX #865CAE Ce Soir

📋 copy color: '#865CAE'

red 134 ◦ green 92 ◦ blue 174

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

Shades of Ce Soir #865CAE

Tints of Ce Soir #865CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23%

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 33.5%
G = 23%
B = 43.5%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#865CAE (or 0x865CAE) is known color: Ce Soir. HEX triplet: 86, 5C and AE. RGB value is (134,92,174). Sum of RGB (Red+Green+Blue) = 134+92+174=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #865CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865CAE is #79A351. Grayscale: #717171. Windows color (decimal): -7971666 or 11426950. OLE color: 11426950.

HSL color Cylindrical-coordinate representation of color #865CAE: hue angle of 270.73º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865CAE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 92 174 -
CMYK 0.23 0.47 0 0.32
HSL 270.73º 0.34% 0.52% -
HSV(B) 270.73º 0.47% 0.68% -
XYZ 21.3 15.78 41.97 -
YUV 113.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 134 92 174 0.23 0.47 0 0.32 270.73 0.34 0.52
Hex 86 5C AE 17 2F 0 20 10F 22 34
Octal 206 134 256 27 57 0 40 417 42 64
Binary 10000110 1011100 10101110 10111 101111 0 100000 100001111 100010 110100

Color Harmonies of #865CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CAE

Black with #865CAE

Text Example


Text Example

White with #865CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,174); }

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

background-color css

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

 a { background-color: rgb(134,92,174); }

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

border-color css

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

 span { border-color: rgb(134,92,174); }

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