Html Css Color HEX #847FBB Moody Blue

📋 copy color: '#847FBB'

red 132 ◦ green 127 ◦ blue 187

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

Shades of Moody Blue #847FBB

Tints of Moody Blue #847FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 29.6%
G = 28.48%
B = 41.93%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#847FBB (or 0x847FBB) is known color: Moody Blue. HEX triplet: 84, 7F and BB. RGB value is (132,127,187). Sum of RGB (Red+Green+Blue) = 132+127+187=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #847FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FBB is #7B8044. Grayscale: #878787. Windows color (decimal): -8093765 or 12287876. OLE color: 12287876.

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

Color convert

RGB 132 127 187 -
CMYK 0.29 0.32 0 0.27
HSL 245º 0.31% 0.62% -
HSV(B) 245º 0.32% 0.73% -
XYZ 26.07 23.67 50.21 -
YUV 135.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 132 127 187 0.29 0.32 0 0.27 245 0.31 0.62
Hex 84 7F BB 1D 20 0 1B F5 1F 3E
Octal 204 177 273 35 40 0 33 365 37 76
Binary 10000100 1111111 10111011 11101 100000 0 11011 11110101 11111 111110

Color Harmonies of #847FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FBB

Black with #847FBB

Text Example


Text Example

White with #847FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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