Html Css Color HEX #8479CF Moody Blue

📋 copy color: '#8479CF'

red 132 ◦ green 121 ◦ blue 207

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

Shades of Moody Blue #8479CF

Tints of Moody Blue #8479CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

 BLUE value IS 207 (81.25% from 255) = 45%

R = 28.7%
G = 26.3%
B = 45%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8479CF (or 0x8479CF) is known color: Moody Blue. HEX triplet: 84, 79 and CF. RGB value is (132,121,207). Sum of RGB (Red+Green+Blue) = 132+121+207=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #8479CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479CF is #7B8630. Grayscale: #858585. Windows color (decimal): -8095281 or 13597060. OLE color: 13597060.

HSL color Cylindrical-coordinate representation of color #8479CF: hue angle of 247.67º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8479CF is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 121 207 -
CMYK 0.36 0.42 0 0.19
HSL 247.67º 0.47% 0.64% -
HSV(B) 247.67º 0.42% 0.81% -
XYZ 27.62 23.09 62.03 -
YUV 134.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 132 121 207 0.36 0.42 0 0.19 247.67 0.47 0.64
Hex 84 79 CF 24 2A 0 13 F8 2F 40
Octal 204 171 317 44 52 0 23 370 57 100
Binary 10000100 1111001 11001111 100100 101010 0 10011 11111000 101111 1000000

Color Harmonies of #8479CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479CF

Black with #8479CF

Text Example


Text Example

White with #8479CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8479CF; }

 p { color: rgb(132,121,207); }

 H1.HeaderClassName
 {
   color: #8479CF;
 }
 .AnyTagClassName
 {
   color: #8479CF;
 }
</style>

background-color css

<style>
 a { background-color: #8479CF; }

 a { background-color: rgb(132,121,207); }

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

border-color css

<style>
 span { border-color: #8479CF; }

 span { border-color: rgb(132,121,207); }

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