Html Css Color HEX #856BCA True V

📋 copy color: '#856BCA'

red 133 ◦ green 107 ◦ blue 202

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

Shades of True V #856BCA

Tints of True V #856BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 30.09%
G = 24.21%
B = 45.7%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#856BCA (or 0x856BCA) is known color: True V. HEX triplet: 85, 6B and CA. RGB value is (133,107,202). Sum of RGB (Red+Green+Blue) = 133+107+202=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #856BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BCA is #7A9435. Grayscale: #7D7D7D. Windows color (decimal): -8033334 or 13265797. OLE color: 13265797.

HSL color Cylindrical-coordinate representation of color #856BCA: hue angle of 256.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856BCA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 107 202 -
CMYK 0.34 0.47 0 0.21
HSL 256.42º 0.47% 0.61% -
HSV(B) 256.42º 0.47% 0.79% -
XYZ 25.59 19.77 58.34 -
YUV 125.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 133 107 202 0.34 0.47 0 0.21 256.42 0.47 0.61
Hex 85 6B CA 22 2F 0 15 100 2F 3D
Octal 205 153 312 42 57 0 25 400 57 75
Binary 10000101 1101011 11001010 100010 101111 0 10101 100000000 101111 111101

Color Harmonies of #856BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BCA

Black with #856BCA

Text Example


Text Example

White with #856BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,107,202); }

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

background-color css

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

 a { background-color: rgb(133,107,202); }

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

border-color css

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

 span { border-color: rgb(133,107,202); }

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