Html Css Color HEX #856CBF True V

📋 copy color: '#856CBF'

red 133 ◦ green 108 ◦ blue 191

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

Shades of True V #856CBF

Tints of True V #856CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

 BLUE value IS 191 (75% from 255) = 44.21%

R = 30.79%
G = 25%
B = 44.21%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856CBF (or 0x856CBF) is known color: True V. HEX triplet: 85, 6C and BF. RGB value is (133,108,191). Sum of RGB (Red+Green+Blue) = 133+108+191=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #856CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CBF is #7A9340. Grayscale: #7C7C7C. Windows color (decimal): -8033089 or 12545157. OLE color: 12545157.

HSL color Cylindrical-coordinate representation of color #856CBF: hue angle of 258.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856CBF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 108 191 -
CMYK 0.30 0.43 0 0.25
HSL 258.07º 0.39% 0.59% -
HSV(B) 258.07º 0.43% 0.75% -
XYZ 24.44 19.47 51.76 -
YUV 124.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 133 108 191 0.30 0.43 0 0.25 258.07 0.39 0.59
Hex 85 6C BF 1E 2B 0 19 102 27 3B
Octal 205 154 277 36 53 0 31 402 47 73
Binary 10000101 1101100 10111111 11110 101011 0 11001 100000010 100111 111011

Color Harmonies of #856CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CBF

Black with #856CBF

Text Example


Text Example

White with #856CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,108,191); }

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

background-color css

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

 a { background-color: rgb(133,108,191); }

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

border-color css

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

 span { border-color: rgb(133,108,191); }

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