Html Css Color HEX #856CBB True V

📋 copy color: '#856CBB'

red 133 ◦ green 108 ◦ blue 187

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

Shades of True V #856CBB

Tints of True V #856CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.69%

R = 31.07%
G = 25.23%
B = 43.69%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#856CBB (or 0x856CBB) is known color: True V. HEX triplet: 85, 6C and BB. RGB value is (133,108,187). Sum of RGB (Red+Green+Blue) = 133+108+187=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 108 (42.58% from 255 or 25.23% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #856CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CBB is #7A9344. Grayscale: #7C7C7C. Windows color (decimal): -8033093 or 12283013. OLE color: 12283013.

HSL color Cylindrical-coordinate representation of color #856CBB: hue angle of 258.99º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856CBB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 108 187 -
CMYK 0.29 0.42 0 0.27
HSL 258.99º 0.37% 0.58% -
HSV(B) 258.99º 0.42% 0.73% -
XYZ 24.01 19.3 49.47 -
YUV 124.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 133 108 187 0.29 0.42 0 0.27 258.99 0.37 0.58
Hex 85 6C BB 1D 2A 0 1B 103 25 3A
Octal 205 154 273 35 52 0 33 403 45 72
Binary 10000101 1101100 10111011 11101 101010 0 11011 100000011 100101 111010

Color Harmonies of #856CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CBB

Black with #856CBB

Text Example


Text Example

White with #856CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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