Html Css Color HEX #865DCB True V

📋 copy color: '#865DCB'

red 134 ◦ green 93 ◦ blue 203

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

Shades of True V #865DCB

Tints of True V #865DCB

RGB

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

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

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

R = 31.16%
G = 21.63%
B = 47.21%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#865DCB (or 0x865DCB) is known color: True V. HEX triplet: 86, 5D and CB. RGB value is (134,93,203). Sum of RGB (Red+Green+Blue) = 134+93+203=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #865DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DCB is #79A234. Grayscale: #757575. Windows color (decimal): -7971381 or 13327750. OLE color: 13327750.

HSL color Cylindrical-coordinate representation of color #865DCB: hue angle of 262.36º degrees, saturation: 0.51, 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 #865DCB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 93 203 -
CMYK 0.34 0.54 0 0.20
HSL 262.36º 0.51% 0.58% -
HSV(B) 262.36º 0.54% 0.8% -
XYZ 24.53 17.21 58.53 -
YUV 117.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 134 93 203 0.34 0.54 0 0.20 262.36 0.51 0.58
Hex 86 5D CB 22 36 0 14 106 33 3A
Octal 206 135 313 42 66 0 24 406 63 72
Binary 10000110 1011101 11001011 100010 110110 0 10100 100000110 110011 111010

Color Harmonies of #865DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DCB

Black with #865DCB

Text Example


Text Example

White with #865DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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