Html Css Color HEX #847BBC Moody Blue

📋 copy color: '#847BBC'

red 132 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #847BBC

Tints of Moody Blue #847BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 29.8%
G = 27.77%
B = 42.44%

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

#847BBC (or 0x847BBC) is known color: Moody Blue. HEX triplet: 84, 7B and BC. RGB value is (132,123,188). Sum of RGB (Red+Green+Blue) = 132+123+188=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #847BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BBC is #7B8443. Grayscale: #848484. Windows color (decimal): -8094788 or 12352388. OLE color: 12352388.

HSL color Cylindrical-coordinate representation of color #847BBC: hue angle of 248.31º 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 #847BBC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 123 188 -
CMYK 0.30 0.35 0 0.26
HSL 248.31º 0.33% 0.61% -
HSV(B) 248.31º 0.35% 0.74% -
XYZ 25.68 22.7 50.61 -
YUV 133.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 132 123 188 0.30 0.35 0 0.26 248.31 0.33 0.61
Hex 84 7B BC 1E 23 0 1A F8 21 3D
Octal 204 173 274 36 43 0 32 370 41 75
Binary 10000100 1111011 10111100 11110 100011 0 11010 11111000 100001 111101

Color Harmonies of #847BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BBC

Black with #847BBC

Text Example


Text Example

White with #847BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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