Html Css Color HEX #8279C1 Moody Blue

📋 copy color: '#8279C1'

red 130 ◦ green 121 ◦ blue 193

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

Shades of Moody Blue #8279C1

Tints of Moody Blue #8279C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 29.28%
G = 27.25%
B = 43.47%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8279C1 (or 0x8279C1) is known color: Moody Blue. HEX triplet: 82, 79 and C1. RGB value is (130,121,193). Sum of RGB (Red+Green+Blue) = 130+121+193=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #8279C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279C1 is #7D863E. Grayscale: #838383. Windows color (decimal): -8226367 or 12679554. OLE color: 12679554.

HSL color Cylindrical-coordinate representation of color #8279C1: hue angle of 247.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8279C1 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 121 193 -
CMYK 0.33 0.37 0 0.24
HSL 247.5º 0.37% 0.62% -
HSV(B) 247.5º 0.37% 0.76% -
XYZ 25.67 22.27 53.4 -
YUV 131.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 130 121 193 0.33 0.37 0 0.24 247.5 0.37 0.62
Hex 82 79 C1 21 25 0 18 F8 25 3E
Octal 202 171 301 41 45 0 30 370 45 76
Binary 10000010 1111001 11000001 100001 100101 0 11000 11111000 100101 111110

Color Harmonies of #8279C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279C1

Black with #8279C1

Text Example


Text Example

White with #8279C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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