Html Css Color HEX #8479CB Moody Blue

📋 copy color: '#8479CB'

red 132 ◦ green 121 ◦ blue 203

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

Shades of Moody Blue #8479CB

Tints of Moody Blue #8479CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.52%

R = 28.95%
G = 26.54%
B = 44.52%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8479CB (or 0x8479CB) is known color: Moody Blue. HEX triplet: 84, 79 and CB. RGB value is (132,121,203). Sum of RGB (Red+Green+Blue) = 132+121+203=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #8479CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479CB is #7B8634. Grayscale: #858585. Windows color (decimal): -8095285 or 13334916. OLE color: 13334916.

HSL color Cylindrical-coordinate representation of color #8479CB: hue angle of 248.05º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8479CB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 121 203 -
CMYK 0.35 0.40 0 0.20
HSL 248.05º 0.44% 0.64% -
HSV(B) 248.05º 0.4% 0.8% -
XYZ 27.13 22.89 59.49 -
YUV 133.64 167.14 126.83 -
System Red Green Blue C M Y K H S L
Decimal 132 121 203 0.35 0.40 0 0.20 248.05 0.44 0.64
Hex 84 79 CB 23 28 0 14 F8 2C 40
Octal 204 171 313 43 50 0 24 370 54 100
Binary 10000100 1111001 11001011 100011 101000 0 10100 11111000 101100 1000000

Color Harmonies of #8479CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8479CB

Black with #8479CB

Text Example


Text Example

White with #8479CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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