Html Css Color HEX #856ACF True V

📋 copy color: '#856ACF'

red 133 ◦ green 106 ◦ blue 207

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

Shades of True V #856ACF

Tints of True V #856ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

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

R = 29.82%
G = 23.77%
B = 46.41%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856ACF (or 0x856ACF) is known color: True V. HEX triplet: 85, 6A and CF. RGB value is (133,106,207). Sum of RGB (Red+Green+Blue) = 133+106+207=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #856ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ACF is #7A9530. Grayscale: #7D7D7D. Windows color (decimal): -8033585 or 13593221. OLE color: 13593221.

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

Color convert

RGB 133 106 207 -
CMYK 0.36 0.49 0 0.19
HSL 256.04º 0.51% 0.61% -
HSV(B) 256.04º 0.49% 0.81% -
XYZ 26.09 19.8 61.48 -
YUV 125.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 133 106 207 0.36 0.49 0 0.19 256.04 0.51 0.61
Hex 85 6A CF 24 31 0 13 100 33 3D
Octal 205 152 317 44 61 0 23 400 63 75
Binary 10000101 1101010 11001111 100100 110001 0 10011 100000000 110011 111101

Color Harmonies of #856ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ACF

Black with #856ACF

Text Example


Text Example

White with #856ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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