Html Css Color HEX #847BB4 Moody Blue

📋 copy color: '#847BB4'

red 132 ◦ green 123 ◦ blue 180

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

Shades of Moody Blue #847BB4

Tints of Moody Blue #847BB4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

 BLUE value IS 180 (70.7% from 255) = 41.38%

R = 30.34%
G = 28.28%
B = 41.38%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#847BB4 (or 0x847BB4) is known color: Moody Blue. HEX triplet: 84, 7B and B4. RGB value is (132,123,180). Sum of RGB (Red+Green+Blue) = 132+123+180=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #847BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BB4 is #7B844B. Grayscale: #838383. Windows color (decimal): -8094796 or 11828100. OLE color: 11828100.

HSL color Cylindrical-coordinate representation of color #847BB4: hue angle of 249.47º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #847BB4 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 123 180 -
CMYK 0.27 0.32 0 0.29
HSL 249.47º 0.28% 0.59% -
HSV(B) 249.47º 0.32% 0.71% -
XYZ 24.84 22.37 46.19 -
YUV 132.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 132 123 180 0.27 0.32 0 0.29 249.47 0.28 0.59
Hex 84 7B B4 1B 20 0 1D F9 1C 3B
Octal 204 173 264 33 40 0 35 371 34 73
Binary 10000100 1111011 10110100 11011 100000 0 11101 11111001 11100 111011

Color Harmonies of #847BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BB4

Black with #847BB4

Text Example


Text Example

White with #847BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847BB4; }

 p { color: rgb(132,123,180); }

 H1.HeaderClassName
 {
   color: #847BB4;
 }
 .AnyTagClassName
 {
   color: #847BB4;
 }
</style>

background-color css

<style>
 a { background-color: #847BB4; }

 a { background-color: rgb(132,123,180); }

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

border-color css

<style>
 span { border-color: #847BB4; }

 span { border-color: rgb(132,123,180); }

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