Html Css Color HEX #826FC0 Moody Blue

📋 copy color: '#826FC0'

red 130 ◦ green 111 ◦ blue 192

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

Shades of Moody Blue #826FC0

Tints of Moody Blue #826FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 30.02%
G = 25.64%
B = 44.34%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#826FC0 (or 0x826FC0) is known color: Moody Blue. HEX triplet: 82, 6F and C0. RGB value is (130,111,192). Sum of RGB (Red+Green+Blue) = 130+111+192=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #826FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FC0 is #7D903F. Grayscale: #7D7D7D. Windows color (decimal): -8228928 or 12611458. OLE color: 12611458.

HSL color Cylindrical-coordinate representation of color #826FC0: hue angle of 254.07º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #826FC0 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 111 192 -
CMYK 0.32 0.42 0 0.25
HSL 254.07º 0.39% 0.59% -
HSV(B) 254.07º 0.42% 0.75% -
XYZ 24.4 19.92 52.43 -
YUV 125.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 130 111 192 0.32 0.42 0 0.25 254.07 0.39 0.59
Hex 82 6F C0 20 2A 0 19 FE 27 3B
Octal 202 157 300 40 52 0 31 376 47 73
Binary 10000010 1101111 11000000 100000 101010 0 11001 11111110 100111 111011

Color Harmonies of #826FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FC0

Black with #826FC0

Text Example


Text Example

White with #826FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826FC0; }

 p { color: rgb(130,111,192); }

 H1.HeaderClassName
 {
   color: #826FC0;
 }
 .AnyTagClassName
 {
   color: #826FC0;
 }
</style>

background-color css

<style>
 a { background-color: #826FC0; }

 a { background-color: rgb(130,111,192); }

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

border-color css

<style>
 span { border-color: #826FC0; }

 span { border-color: rgb(130,111,192); }

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