Html Css Color HEX #865FCC True V

📋 copy color: '#865FCC'

red 134 ◦ green 95 ◦ blue 204

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

Shades of True V #865FCC

Tints of True V #865FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

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

R = 30.95%
G = 21.94%
B = 47.11%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#865FCC (or 0x865FCC) is known color: True V. HEX triplet: 86, 5F and CC. RGB value is (134,95,204). Sum of RGB (Red+Green+Blue) = 134+95+204=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #865FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCC is #79A033. Grayscale: #767676. Windows color (decimal): -7970868 or 13393798. OLE color: 13393798.

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

Color convert

RGB 134 95 204 -
CMYK 0.34 0.53 0 0.2
HSL 261.47º 0.52% 0.59% -
HSV(B) 261.47º 0.53% 0.8% -
XYZ 24.82 17.61 59.22 -
YUV 119.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 134 95 204 0.34 0.53 0 0.2 261.47 0.52 0.59
Hex 86 5F CC 22 35 0 14 105 34 3B
Octal 206 137 314 42 65 0 24 405 64 73
Binary 10000110 1011111 11001100 100010 110101 0 10100 100000101 110100 111011

Color Harmonies of #865FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FCC

Black with #865FCC

Text Example


Text Example

White with #865FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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