Html Css Color HEX #856FCF Moody Blue

📋 copy color: '#856FCF'

red 133 ◦ green 111 ◦ blue 207

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

Shades of Moody Blue #856FCF

Tints of Moody Blue #856FCF

RGB

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

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

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

R = 29.49%
G = 24.61%
B = 45.9%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856FCF (or 0x856FCF) is known color: Moody Blue. HEX triplet: 85, 6F and CF. RGB value is (133,111,207). Sum of RGB (Red+Green+Blue) = 133+111+207=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #856FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FCF is #7A9030. Grayscale: #808080. Windows color (decimal): -8032305 or 13594501. OLE color: 13594501.

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

Color convert

RGB 133 111 207 -
CMYK 0.36 0.46 0 0.19
HSL 253.75º 0.5% 0.62% -
HSV(B) 253.75º 0.46% 0.81% -
XYZ 26.62 20.86 61.65 -
YUV 128.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 133 111 207 0.36 0.46 0 0.19 253.75 0.5 0.62
Hex 85 6F CF 24 2E 0 13 FE 32 3E
Octal 205 157 317 44 56 0 23 376 62 76
Binary 10000101 1101111 11001111 100100 101110 0 10011 11111110 110010 111110

Color Harmonies of #856FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FCF

Black with #856FCF

Text Example


Text Example

White with #856FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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