Html Css Color HEX #847FDA Moody Blue

📋 copy color: '#847FDA'

red 132 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #847FDA

Tints of Moody Blue #847FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.62%

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

R = 27.67%
G = 26.62%
B = 45.7%

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

#847FDA (or 0x847FDA) is known color: Moody Blue. HEX triplet: 84, 7F and DA. RGB value is (132,127,218). Sum of RGB (Red+Green+Blue) = 132+127+218=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #847FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847FDA is #7B8025. Grayscale: #8A8A8A. Windows color (decimal): -8093734 or 14319492. OLE color: 14319492.

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

Color convert

RGB 132 127 218 -
CMYK 0.39 0.42 0 0.15
HSL 243.3º 0.55% 0.68% -
HSV(B) 243.3º 0.42% 0.85% -
XYZ 29.76 25.15 69.61 -
YUV 138.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 132 127 218 0.39 0.42 0 0.15 243.3 0.55 0.68
Hex 84 7F DA 27 2A 0 F F3 37 44
Octal 204 177 332 47 52 0 17 363 67 104
Binary 10000100 1111111 11011010 100111 101010 0 1111 11110011 110111 1000100

Color Harmonies of #847FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847FDA

Black with #847FDA

Text Example


Text Example

White with #847FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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