Html Css Color HEX #856BCE True V

📋 copy color: '#856BCE'

red 133 ◦ green 107 ◦ blue 206

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

Shades of True V #856BCE

Tints of True V #856BCE

RGB

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

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

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

R = 29.82%
G = 23.99%
B = 46.19%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856BCE (or 0x856BCE) is known color: True V. HEX triplet: 85, 6B and CE. RGB value is (133,107,206). Sum of RGB (Red+Green+Blue) = 133+107+206=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #856BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BCE is #7A9431. Grayscale: #7D7D7D. Windows color (decimal): -8033330 or 13527941. OLE color: 13527941.

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

Color convert

RGB 133 107 206 -
CMYK 0.35 0.48 0 0.19
HSL 255.76º 0.5% 0.61% -
HSV(B) 255.76º 0.48% 0.81% -
XYZ 26.07 19.96 60.87 -
YUV 126.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 133 107 206 0.35 0.48 0 0.19 255.76 0.5 0.61
Hex 85 6B CE 23 30 0 13 100 32 3D
Octal 205 153 316 43 60 0 23 400 62 75
Binary 10000101 1101011 11001110 100011 110000 0 10011 100000000 110010 111101

Color Harmonies of #856BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BCE

Black with #856BCE

Text Example


Text Example

White with #856BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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