Html Css Color HEX #8279C4 Moody Blue

📋 copy color: '#8279C4'

red 130 ◦ green 121 ◦ blue 196

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

Shades of Moody Blue #8279C4

Tints of Moody Blue #8279C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 29.08%
G = 27.07%
B = 43.85%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8279C4 (or 0x8279C4) is known color: Moody Blue. HEX triplet: 82, 79 and C4. RGB value is (130,121,196). Sum of RGB (Red+Green+Blue) = 130+121+196=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #8279C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8279C4 is #7D863B. Grayscale: #838383. Windows color (decimal): -8226364 or 12876162. OLE color: 12876162.

HSL color Cylindrical-coordinate representation of color #8279C4: hue angle of 247.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8279C4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 121 196 -
CMYK 0.34 0.38 0 0.23
HSL 247.2º 0.39% 0.62% -
HSV(B) 247.2º 0.38% 0.77% -
XYZ 26.01 22.41 55.18 -
YUV 132.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 130 121 196 0.34 0.38 0 0.23 247.2 0.39 0.62
Hex 82 79 C4 22 26 0 17 F7 27 3E
Octal 202 171 304 42 46 0 27 367 47 76
Binary 10000010 1111001 11000100 100010 100110 0 10111 11110111 100111 111110

Color Harmonies of #8279C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8279C4

Black with #8279C4

Text Example


Text Example

White with #8279C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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