Html Css Color HEX #846FCC Moody Blue

📋 copy color: '#846FCC'

red 132 ◦ green 111 ◦ blue 204

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

Shades of Moody Blue #846FCC

Tints of Moody Blue #846FCC

RGB

 RED value IS 132 (51.95% from 255) = 29.53%

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 29.53%
G = 24.83%
B = 45.64%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#846FCC (or 0x846FCC) is known color: Moody Blue. HEX triplet: 84, 6F and CC. RGB value is (132,111,204). Sum of RGB (Red+Green+Blue) = 132+111+204=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #846FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FCC is #7B9033. Grayscale: #7F7F7F. Windows color (decimal): -8097844 or 13397892. OLE color: 13397892.

HSL color Cylindrical-coordinate representation of color #846FCC: hue angle of 253.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846FCC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 111 204 -
CMYK 0.35 0.46 0 0.2
HSL 253.55º 0.48% 0.62% -
HSV(B) 253.55º 0.46% 0.8% -
XYZ 26.1 20.63 59.73 -
YUV 127.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 132 111 204 0.35 0.46 0 0.2 253.55 0.48 0.62
Hex 84 6F CC 23 2E 0 14 FE 30 3E
Octal 204 157 314 43 56 0 24 376 60 76
Binary 10000100 1101111 11001100 100011 101110 0 10100 11111110 110000 111110

Color Harmonies of #846FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846FCC

Black with #846FCC

Text Example


Text Example

White with #846FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846FCC; }

 p { color: rgb(132,111,204); }

 H1.HeaderClassName
 {
   color: #846FCC;
 }
 .AnyTagClassName
 {
   color: #846FCC;
 }
</style>

background-color css

<style>
 a { background-color: #846FCC; }

 a { background-color: rgb(132,111,204); }

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

border-color css

<style>
 span { border-color: #846FCC; }

 span { border-color: rgb(132,111,204); }

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