Html Css Color HEX #826ECC Moody Blue

📋 copy color: '#826ECC'

red 130 ◦ green 110 ◦ blue 204

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

Shades of Moody Blue #826ECC

Tints of Moody Blue #826ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.77%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 29.28%
G = 24.77%
B = 45.95%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#826ECC (or 0x826ECC) is known color: Moody Blue. HEX triplet: 82, 6E and CC. RGB value is (130,110,204). Sum of RGB (Red+Green+Blue) = 130+110+204=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #826ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ECC is #7D9133. Grayscale: #7E7E7E. Windows color (decimal): -8229172 or 13397634. OLE color: 13397634.

HSL color Cylindrical-coordinate representation of color #826ECC: hue angle of 252.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826ECC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 110 204 -
CMYK 0.36 0.46 0 0.2
HSL 252.77º 0.48% 0.62% -
HSV(B) 252.77º 0.46% 0.8% -
XYZ 25.68 20.26 59.68 -
YUV 126.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 130 110 204 0.36 0.46 0 0.2 252.77 0.48 0.62
Hex 82 6E CC 24 2E 0 14 FD 30 3E
Octal 202 156 314 44 56 0 24 375 60 76
Binary 10000010 1101110 11001100 100100 101110 0 10100 11111101 110000 111110

Color Harmonies of #826ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ECC

Black with #826ECC

Text Example


Text Example

White with #826ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,110,204); }

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

background-color css

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

 a { background-color: rgb(130,110,204); }

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

border-color css

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

 span { border-color: rgb(130,110,204); }

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