Html Css Color HEX #856DCE True V

📋 copy color: '#856DCE'

red 133 ◦ green 109 ◦ blue 206

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

Shades of True V #856DCE

Tints of True V #856DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 29.69%
G = 24.33%
B = 45.98%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856DCE (or 0x856DCE) is known color: True V. HEX triplet: 85, 6D and CE. RGB value is (133,109,206). Sum of RGB (Red+Green+Blue) = 133+109+206=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #856DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DCE is #7A9231. Grayscale: #7E7E7E. Windows color (decimal): -8032818 or 13528453. OLE color: 13528453.

HSL color Cylindrical-coordinate representation of color #856DCE: hue angle of 254.85º degrees, saturation: 0.5, 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 #856DCE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 109 206 -
CMYK 0.35 0.47 0 0.19
HSL 254.85º 0.5% 0.62% -
HSV(B) 254.85º 0.47% 0.81% -
XYZ 26.28 20.38 60.94 -
YUV 127.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 133 109 206 0.35 0.47 0 0.19 254.85 0.5 0.62
Hex 85 6D CE 23 2F 0 13 FF 32 3E
Octal 205 155 316 43 57 0 23 377 62 76
Binary 10000101 1101101 11001110 100011 101111 0 10011 11111111 110010 111110

Color Harmonies of #856DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DCE

Black with #856DCE

Text Example


Text Example

White with #856DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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