Html Css Color HEX #847CDA Moody Blue

📋 copy color: '#847CDA'

red 132 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #847CDA

Tints of Moody Blue #847CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.16%

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

R = 27.85%
G = 26.16%
B = 45.99%

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

#847CDA (or 0x847CDA) is known color: Moody Blue. HEX triplet: 84, 7C and DA. RGB value is (132,124,218). Sum of RGB (Red+Green+Blue) = 132+124+218=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #847CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847CDA is #7B8325. Grayscale: #888888. Windows color (decimal): -8094502 or 14318724. OLE color: 14318724.

HSL color Cylindrical-coordinate representation of color #847CDA: hue angle of 245.11º 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 #847CDA is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 124 218 -
CMYK 0.39 0.43 0 0.15
HSL 245.11º 0.56% 0.67% -
HSV(B) 245.11º 0.43% 0.85% -
XYZ 29.38 24.38 69.49 -
YUV 137.11 173.65 124.36 -
System Red Green Blue C M Y K H S L
Decimal 132 124 218 0.39 0.43 0 0.15 245.11 0.56 0.67
Hex 84 7C DA 27 2B 0 F F5 38 43
Octal 204 174 332 47 53 0 17 365 70 103
Binary 10000100 1111100 11011010 100111 101011 0 1111 11110101 111000 1000011

Color Harmonies of #847CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847CDA

Black with #847CDA

Text Example


Text Example

White with #847CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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