Html Css Color HEX #847DDA Moody Blue

📋 copy color: '#847DDA'

red 132 ◦ green 125 ◦ blue 218

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

Shades of Moody Blue #847DDA

Tints of Moody Blue #847DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 27.79%
G = 26.32%
B = 45.89%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#847DDA (or 0x847DDA) is known color: Moody Blue. HEX triplet: 84, 7D and DA. RGB value is (132,125,218). Sum of RGB (Red+Green+Blue) = 132+125+218=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #847DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847DDA is #7B8225. Grayscale: #898989. Windows color (decimal): -8094246 or 14318980. OLE color: 14318980.

HSL color Cylindrical-coordinate representation of color #847DDA: hue angle of 244.52º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #847DDA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 125 218 -
CMYK 0.39 0.43 0 0.15
HSL 244.52º 0.56% 0.67% -
HSV(B) 244.52º 0.43% 0.85% -
XYZ 29.5 24.63 69.53 -
YUV 137.7 173.32 123.94 -
System Red Green Blue C M Y K H S L
Decimal 132 125 218 0.39 0.43 0 0.15 244.52 0.56 0.67
Hex 84 7D DA 27 2B 0 F F5 38 43
Octal 204 175 332 47 53 0 17 365 70 103
Binary 10000100 1111101 11011010 100111 101011 0 1111 11110101 111000 1000011

Color Harmonies of #847DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847DDA

Black with #847DDA

Text Example


Text Example

White with #847DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,125,218); }

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

background-color css

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

 a { background-color: rgb(132,125,218); }

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

border-color css

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

 span { border-color: rgb(132,125,218); }

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