Html Css Color HEX #856DD2 True V

📋 copy color: '#856DD2'

red 133 ◦ green 109 ◦ blue 210

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

Shades of True V #856DD2

Tints of True V #856DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.46%

R = 29.42%
G = 24.12%
B = 46.46%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#856DD2 (or 0x856DD2) is known color: True V. HEX triplet: 85, 6D and D2. RGB value is (133,109,210). Sum of RGB (Red+Green+Blue) = 133+109+210=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #856DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DD2 is #7A922D. Grayscale: #7F7F7F. Windows color (decimal): -8032814 or 13790597. OLE color: 13790597.

HSL color Cylindrical-coordinate representation of color #856DD2: hue angle of 254.26º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856DD2 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 109 210 -
CMYK 0.37 0.48 0 0.18
HSL 254.26º 0.53% 0.63% -
HSV(B) 254.26º 0.48% 0.82% -
XYZ 26.77 20.58 63.53 -
YUV 127.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 133 109 210 0.37 0.48 0 0.18 254.26 0.53 0.63
Hex 85 6D D2 25 30 0 12 FE 35 3F
Octal 205 155 322 45 60 0 22 376 65 77
Binary 10000101 1101101 11010010 100101 110000 0 10010 11111110 110101 111111

Color Harmonies of #856DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DD2

Black with #856DD2

Text Example


Text Example

White with #856DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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