Html Css Color HEX #847BDE Moody Blue

📋 copy color: '#847BDE'

red 132 ◦ green 123 ◦ blue 222

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

Shades of Moody Blue #847BDE

Tints of Moody Blue #847BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 27.67%
G = 25.79%
B = 46.54%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#847BDE (or 0x847BDE) is known color: Moody Blue. HEX triplet: 84, 7B and DE. RGB value is (132,123,222). Sum of RGB (Red+Green+Blue) = 132+123+222=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #847BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847BDE is #7B8421. Grayscale: #888888. Windows color (decimal): -8094754 or 14580612. OLE color: 14580612.

HSL color Cylindrical-coordinate representation of color #847BDE: hue angle of 245.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #847BDE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 123 222 -
CMYK 0.41 0.45 0 0.13
HSL 245.45º 0.6% 0.68% -
HSV(B) 245.45º 0.45% 0.87% -
XYZ 29.78 24.35 72.24 -
YUV 136.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 132 123 222 0.41 0.45 0 0.13 245.45 0.6 0.68
Hex 84 7B DE 29 2D 0 D F5 3C 44
Octal 204 173 336 51 55 0 15 365 74 104
Binary 10000100 1111011 11011110 101001 101101 0 1101 11110101 111100 1000100

Color Harmonies of #847BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847BDE

Black with #847BDE

Text Example


Text Example

White with #847BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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