Html Css Color HEX #865FCA True V

📋 copy color: '#865FCA'

red 134 ◦ green 95 ◦ blue 202

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

Shades of True V #865FCA

Tints of True V #865FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 31.09%
G = 22.04%
B = 46.87%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#865FCA (or 0x865FCA) is known color: True V. HEX triplet: 86, 5F and CA. RGB value is (134,95,202). Sum of RGB (Red+Green+Blue) = 134+95+202=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #865FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCA is #79A035. Grayscale: #767676. Windows color (decimal): -7970870 or 13262726. OLE color: 13262726.

HSL color Cylindrical-coordinate representation of color #865FCA: hue angle of 261.87º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #865FCA is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 95 202 -
CMYK 0.34 0.53 0 0.21
HSL 261.87º 0.5% 0.58% -
HSV(B) 261.87º 0.53% 0.79% -
XYZ 24.58 17.52 57.96 -
YUV 118.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 134 95 202 0.34 0.53 0 0.21 261.87 0.5 0.58
Hex 86 5F CA 22 35 0 15 106 32 3A
Octal 206 137 312 42 65 0 25 406 62 72
Binary 10000110 1011111 11001010 100010 110101 0 10101 100000110 110010 111010

Color Harmonies of #865FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FCA

Black with #865FCA

Text Example


Text Example

White with #865FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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