Html Css Color HEX #865DCC True V

📋 copy color: '#865DCC'

red 134 ◦ green 93 ◦ blue 204

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

Shades of True V #865DCC

Tints of True V #865DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.33%

R = 31.09%
G = 21.58%
B = 47.33%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#865DCC (or 0x865DCC) is known color: True V. HEX triplet: 86, 5D and CC. RGB value is (134,93,204). Sum of RGB (Red+Green+Blue) = 134+93+204=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #865DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DCC is #79A233. Grayscale: #757575. Windows color (decimal): -7971380 or 13393286. OLE color: 13393286.

HSL color Cylindrical-coordinate representation of color #865DCC: hue angle of 262.16º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #865DCC is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 93 204 -
CMYK 0.34 0.54 0 0.2
HSL 262.16º 0.52% 0.58% -
HSV(B) 262.16º 0.54% 0.8% -
XYZ 24.64 17.26 59.16 -
YUV 117.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 134 93 204 0.34 0.54 0 0.2 262.16 0.52 0.58
Hex 86 5D CC 22 36 0 14 106 34 3A
Octal 206 135 314 42 66 0 24 406 64 72
Binary 10000110 1011101 11001100 100010 110110 0 10100 100000110 110100 111010

Color Harmonies of #865DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DCC

Black with #865DCC

Text Example


Text Example

White with #865DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,204); }

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

background-color css

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

 a { background-color: rgb(134,93,204); }

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

border-color css

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

 span { border-color: rgb(134,93,204); }

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