Html Css Color HEX #856FD0 Moody Blue

📋 copy color: '#856FD0'

red 133 ◦ green 111 ◦ blue 208

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

Shades of Moody Blue #856FD0

Tints of Moody Blue #856FD0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 29.42%
G = 24.56%
B = 46.02%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#856FD0 (or 0x856FD0) is known color: Moody Blue. HEX triplet: 85, 6F and D0. RGB value is (133,111,208). Sum of RGB (Red+Green+Blue) = 133+111+208=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #856FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FD0 is #7A902F. Grayscale: #808080. Windows color (decimal): -8032304 or 13660037. OLE color: 13660037.

HSL color Cylindrical-coordinate representation of color #856FD0: hue angle of 253.61º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856FD0 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 111 208 -
CMYK 0.36 0.47 0 0.18
HSL 253.61º 0.51% 0.63% -
HSV(B) 253.61º 0.47% 0.82% -
XYZ 26.74 20.91 62.3 -
YUV 128.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 133 111 208 0.36 0.47 0 0.18 253.61 0.51 0.63
Hex 85 6F D0 24 2F 0 12 FE 33 3F
Octal 205 157 320 44 57 0 22 376 63 77
Binary 10000101 1101111 11010000 100100 101111 0 10010 11111110 110011 111111

Color Harmonies of #856FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FD0

Black with #856FD0

Text Example


Text Example

White with #856FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,208); }

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

background-color css

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

 a { background-color: rgb(133,111,208); }

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

border-color css

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

 span { border-color: rgb(133,111,208); }

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