Html Css Color HEX #856BCF True V

📋 copy color: '#856BCF'

red 133 ◦ green 107 ◦ blue 207

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

Shades of True V #856BCF

Tints of True V #856BCF

RGB

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

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

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

R = 29.75%
G = 23.94%
B = 46.31%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856BCF (or 0x856BCF) is known color: True V. HEX triplet: 85, 6B and CF. RGB value is (133,107,207). Sum of RGB (Red+Green+Blue) = 133+107+207=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #856BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BCF is #7A9430. Grayscale: #7D7D7D. Windows color (decimal): -8033329 or 13593477. OLE color: 13593477.

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

Color convert

RGB 133 107 207 -
CMYK 0.36 0.48 0 0.19
HSL 255.6º 0.51% 0.62% -
HSV(B) 255.6º 0.48% 0.81% -
XYZ 26.19 20.01 61.51 -
YUV 126.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 133 107 207 0.36 0.48 0 0.19 255.6 0.51 0.62
Hex 85 6B CF 24 30 0 13 100 33 3E
Octal 205 153 317 44 60 0 23 400 63 76
Binary 10000101 1101011 11001111 100100 110000 0 10011 100000000 110011 111110

Color Harmonies of #856BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BCF

Black with #856BCF

Text Example


Text Example

White with #856BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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