Html Css Color HEX #847FB2 Moody Blue

📋 copy color: '#847FB2'

red 132 ◦ green 127 ◦ blue 178

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

Shades of Moody Blue #847FB2

Tints of Moody Blue #847FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 29.06%

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 30.21%
G = 29.06%
B = 40.73%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#847FB2 (or 0x847FB2) is known color: Moody Blue. HEX triplet: 84, 7F and B2. RGB value is (132,127,178). Sum of RGB (Red+Green+Blue) = 132+127+178=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #847FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847FB2 is #7B804D. Grayscale: #868686. Windows color (decimal): -8093774 or 11698052. OLE color: 11698052.

HSL color Cylindrical-coordinate representation of color #847FB2: hue angle of 245.88º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #847FB2 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 127 178 -
CMYK 0.26 0.29 0 0.30
HSL 245.88º 0.25% 0.6% -
HSV(B) 245.88º 0.29% 0.7% -
XYZ 25.14 23.3 45.29 -
YUV 134.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 132 127 178 0.26 0.29 0 0.30 245.88 0.25 0.6
Hex 84 7F B2 1A 1D 0 1E F6 19 3C
Octal 204 177 262 32 35 0 36 366 31 74
Binary 10000100 1111111 10110010 11010 11101 0 11110 11110110 11001 111100

Color Harmonies of #847FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FB2

Black with #847FB2

Text Example


Text Example

White with #847FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,127,178); }

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

background-color css

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

 a { background-color: rgb(132,127,178); }

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

border-color css

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

 span { border-color: rgb(132,127,178); }

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