Html Css Color HEX #8475C5 Moody Blue

📋 copy color: '#8475C5'

red 132 ◦ green 117 ◦ blue 197

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

Shades of Moody Blue #8475C5

Tints of Moody Blue #8475C5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 29.6%
G = 26.23%
B = 44.17%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8475C5 (or 0x8475C5) is known color: Moody Blue. HEX triplet: 84, 75 and C5. RGB value is (132,117,197). Sum of RGB (Red+Green+Blue) = 132+117+197=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #8475C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8475C5 is #7B8A3A. Grayscale: #828282. Windows color (decimal): -8096315 or 12940676. OLE color: 12940676.

HSL color Cylindrical-coordinate representation of color #8475C5: hue angle of 251.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8475C5 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 117 197 -
CMYK 0.33 0.41 0 0.23
HSL 251.25º 0.41% 0.62% -
HSV(B) 251.25º 0.41% 0.77% -
XYZ 25.96 21.66 55.64 -
YUV 130.61 165.47 129 -
System Red Green Blue C M Y K H S L
Decimal 132 117 197 0.33 0.41 0 0.23 251.25 0.41 0.62
Hex 84 75 C5 21 29 0 17 FB 29 3E
Octal 204 165 305 41 51 0 27 373 51 76
Binary 10000100 1110101 11000101 100001 101001 0 10111 11111011 101001 111110

Color Harmonies of #8475C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8475C5

Black with #8475C5

Text Example


Text Example

White with #8475C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8475C5; }

 p { color: rgb(132,117,197); }

 H1.HeaderClassName
 {
   color: #8475C5;
 }
 .AnyTagClassName
 {
   color: #8475C5;
 }
</style>

background-color css

<style>
 a { background-color: #8475C5; }

 a { background-color: rgb(132,117,197); }

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

border-color css

<style>
 span { border-color: #8475C5; }

 span { border-color: rgb(132,117,197); }

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