Html Css Color HEX #847BBD Moody Blue

📋 copy color: '#847BBD'

red 132 ◦ green 123 ◦ blue 189

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

Shades of Moody Blue #847BBD

Tints of Moody Blue #847BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 29.73%
G = 27.7%
B = 42.57%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#847BBD (or 0x847BBD) is known color: Moody Blue. HEX triplet: 84, 7B and BD. RGB value is (132,123,189). Sum of RGB (Red+Green+Blue) = 132+123+189=444 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.73% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #847BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BBD is #7B8442. Grayscale: #848484. Windows color (decimal): -8094787 or 12417924. OLE color: 12417924.

HSL color Cylindrical-coordinate representation of color #847BBD: hue angle of 248.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #847BBD is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 123 189 -
CMYK 0.30 0.35 0 0.26
HSL 248.18º 0.33% 0.61% -
HSV(B) 248.18º 0.35% 0.74% -
XYZ 25.78 22.75 51.18 -
YUV 133.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 132 123 189 0.30 0.35 0 0.26 248.18 0.33 0.61
Hex 84 7B BD 1E 23 0 1A F8 21 3D
Octal 204 173 275 36 43 0 32 370 41 75
Binary 10000100 1111011 10111101 11110 100011 0 11010 11111000 100001 111101

Color Harmonies of #847BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BBD

Black with #847BBD

Text Example


Text Example

White with #847BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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