Html Css Color HEX #847BB9 Moody Blue

📋 copy color: '#847BB9'

red 132 ◦ green 123 ◦ blue 185

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

Shades of Moody Blue #847BB9

Tints of Moody Blue #847BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.05%

R = 30%
G = 27.95%
B = 42.05%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#847BB9 (or 0x847BB9) is known color: Moody Blue. HEX triplet: 84, 7B and B9. RGB value is (132,123,185). Sum of RGB (Red+Green+Blue) = 132+123+185=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #847BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BB9 is #7B8446. Grayscale: #848484. Windows color (decimal): -8094791 or 12155780. OLE color: 12155780.

HSL color Cylindrical-coordinate representation of color #847BB9: hue angle of 248.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #847BB9 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 123 185 -
CMYK 0.29 0.34 0 0.27
HSL 248.71º 0.31% 0.6% -
HSV(B) 248.71º 0.34% 0.73% -
XYZ 25.36 22.57 48.92 -
YUV 132.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 132 123 185 0.29 0.34 0 0.27 248.71 0.31 0.6
Hex 84 7B B9 1D 22 0 1B F9 1F 3C
Octal 204 173 271 35 42 0 33 371 37 74
Binary 10000100 1111011 10111001 11101 100010 0 11011 11111001 11111 111100

Color Harmonies of #847BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BB9

Black with #847BB9

Text Example


Text Example

White with #847BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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