Html Css Color HEX #865FCB True V

📋 copy color: '#865FCB'

red 134 ◦ green 95 ◦ blue 203

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

Shades of True V #865FCB

Tints of True V #865FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 31.02%
G = 21.99%
B = 46.99%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865FCB (or 0x865FCB) is known color: True V. HEX triplet: 86, 5F and CB. RGB value is (134,95,203). Sum of RGB (Red+Green+Blue) = 134+95+203=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #865FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FCB is #79A034. Grayscale: #767676. Windows color (decimal): -7970869 or 13328262. OLE color: 13328262.

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

Color convert

RGB 134 95 203 -
CMYK 0.34 0.53 0 0.20
HSL 261.67º 0.51% 0.58% -
HSV(B) 261.67º 0.53% 0.8% -
XYZ 24.7 17.56 58.59 -
YUV 118.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 134 95 203 0.34 0.53 0 0.20 261.67 0.51 0.58
Hex 86 5F CB 22 35 0 14 106 33 3A
Octal 206 137 313 42 65 0 24 406 63 72
Binary 10000110 1011111 11001011 100010 110101 0 10100 100000110 110011 111010

Color Harmonies of #865FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FCB

Black with #865FCB

Text Example


Text Example

White with #865FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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