Html Css Color HEX #865FCD True V

📋 copy color: '#865FCD'

red 134 ◦ green 95 ◦ blue 205

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

Shades of True V #865FCD

Tints of True V #865FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 30.88%
G = 21.89%
B = 47.24%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865FCD (or 0x865FCD) is known color: True V. HEX triplet: 86, 5F and CD. RGB value is (134,95,205). Sum of RGB (Red+Green+Blue) = 134+95+205=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #865FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCD is #79A032. Grayscale: #767676. Windows color (decimal): -7970867 or 13459334. OLE color: 13459334.

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

Color convert

RGB 134 95 205 -
CMYK 0.35 0.54 0 0.20
HSL 261.27º 0.52% 0.59% -
HSV(B) 261.27º 0.54% 0.8% -
XYZ 24.94 17.66 59.85 -
YUV 119.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 134 95 205 0.35 0.54 0 0.20 261.27 0.52 0.59
Hex 86 5F CD 23 36 0 14 105 34 3B
Octal 206 137 315 43 66 0 24 405 64 73
Binary 10000110 1011111 11001101 100011 110110 0 10100 100000101 110100 111011

Color Harmonies of #865FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FCD

Black with #865FCD

Text Example


Text Example

White with #865FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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