Html Css Color HEX #856DCF True V

📋 copy color: '#856DCF'

red 133 ◦ green 109 ◦ blue 207

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

Shades of True V #856DCF

Tints of True V #856DCF

RGB

 RED value IS 133 (52.34% from 255) = 29.62%

 GREEN value IS 109 (42.97% from 255) = 24.28%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 29.62%
G = 24.28%
B = 46.1%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856DCF (or 0x856DCF) is known color: True V. HEX triplet: 85, 6D and CF. RGB value is (133,109,207). Sum of RGB (Red+Green+Blue) = 133+109+207=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #856DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DCF is #7A9230. Grayscale: #7E7E7E. Windows color (decimal): -8032817 or 13593989. OLE color: 13593989.

HSL color Cylindrical-coordinate representation of color #856DCF: hue angle of 254.69º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856DCF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 109 207 -
CMYK 0.36 0.47 0 0.19
HSL 254.69º 0.51% 0.62% -
HSV(B) 254.69º 0.47% 0.81% -
XYZ 26.4 20.43 61.58 -
YUV 127.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 133 109 207 0.36 0.47 0 0.19 254.69 0.51 0.62
Hex 85 6D CF 24 2F 0 13 FF 33 3E
Octal 205 155 317 44 57 0 23 377 63 76
Binary 10000101 1101101 11001111 100100 101111 0 10011 11111111 110011 111110

Color Harmonies of #856DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DCF

Black with #856DCF

Text Example


Text Example

White with #856DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856DCF; }

 p { color: rgb(133,109,207); }

 H1.HeaderClassName
 {
   color: #856DCF;
 }
 .AnyTagClassName
 {
   color: #856DCF;
 }
</style>

background-color css

<style>
 a { background-color: #856DCF; }

 a { background-color: rgb(133,109,207); }

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

border-color css

<style>
 span { border-color: #856DCF; }

 span { border-color: rgb(133,109,207); }

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