Html Css Color HEX #8279C7 Moody Blue

📋 copy color: '#8279C7'

red 130 ◦ green 121 ◦ blue 199

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

Shades of Moody Blue #8279C7

Tints of Moody Blue #8279C7

RGB

 RED value IS 130 (51.17% from 255) = 28.89%

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

 BLUE value IS 199 (78.13% from 255) = 44.22%

R = 28.89%
G = 26.89%
B = 44.22%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8279C7 (or 0x8279C7) is known color: Moody Blue. HEX triplet: 82, 79 and C7. RGB value is (130,121,199). Sum of RGB (Red+Green+Blue) = 130+121+199=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #8279C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279C7 is #7D8638. Grayscale: #848484. Windows color (decimal): -8226361 or 13072770. OLE color: 13072770.

HSL color Cylindrical-coordinate representation of color #8279C7: hue angle of 246.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8279C7 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 121 199 -
CMYK 0.35 0.39 0 0.22
HSL 246.92º 0.41% 0.63% -
HSV(B) 246.92º 0.39% 0.78% -
XYZ 26.35 22.54 57 -
YUV 132.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 130 121 199 0.35 0.39 0 0.22 246.92 0.41 0.63
Hex 82 79 C7 23 27 0 16 F7 29 3F
Octal 202 171 307 43 47 0 26 367 51 77
Binary 10000010 1111001 11000111 100011 100111 0 10110 11110111 101001 111111

Color Harmonies of #8279C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279C7

Black with #8279C7

Text Example


Text Example

White with #8279C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8279C7; }

 p { color: rgb(130,121,199); }

 H1.HeaderClassName
 {
   color: #8279C7;
 }
 .AnyTagClassName
 {
   color: #8279C7;
 }
</style>

background-color css

<style>
 a { background-color: #8279C7; }

 a { background-color: rgb(130,121,199); }

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

border-color css

<style>
 span { border-color: #8279C7; }

 span { border-color: rgb(130,121,199); }

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