Html Css Color HEX #847EDA Moody Blue

📋 copy color: '#847EDA'

red 132 ◦ green 126 ◦ blue 218

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

Shades of Moody Blue #847EDA

Tints of Moody Blue #847EDA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.47%

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

R = 27.73%
G = 26.47%
B = 45.8%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#847EDA (or 0x847EDA) is known color: Moody Blue. HEX triplet: 84, 7E and DA. RGB value is (132,126,218). Sum of RGB (Red+Green+Blue) = 132+126+218=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #847EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847EDA is #7B8125. Grayscale: #898989. Windows color (decimal): -8093990 or 14319236. OLE color: 14319236.

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

Color convert

RGB 132 126 218 -
CMYK 0.39 0.42 0 0.15
HSL 243.91º 0.55% 0.67% -
HSV(B) 243.91º 0.42% 0.85% -
XYZ 29.63 24.89 69.57 -
YUV 138.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 132 126 218 0.39 0.42 0 0.15 243.91 0.55 0.67
Hex 84 7E DA 27 2A 0 F F4 37 43
Octal 204 176 332 47 52 0 17 364 67 103
Binary 10000100 1111110 11011010 100111 101010 0 1111 11110100 110111 1000011

Color Harmonies of #847EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847EDA

Black with #847EDA

Text Example


Text Example

White with #847EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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