Html Css Color HEX #826ECE Moody Blue

📋 copy color: '#826ECE'

red 130 ◦ green 110 ◦ blue 206

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

Shades of Moody Blue #826ECE

Tints of Moody Blue #826ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 29.15%
G = 24.66%
B = 46.19%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#826ECE (or 0x826ECE) is known color: Moody Blue. HEX triplet: 82, 6E and CE. RGB value is (130,110,206). Sum of RGB (Red+Green+Blue) = 130+110+206=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #826ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ECE is #7D9131. Grayscale: #7E7E7E. Windows color (decimal): -8229170 or 13528706. OLE color: 13528706.

HSL color Cylindrical-coordinate representation of color #826ECE: hue angle of 252.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #826ECE is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 110 206 -
CMYK 0.37 0.47 0 0.19
HSL 252.5º 0.49% 0.62% -
HSV(B) 252.5º 0.47% 0.81% -
XYZ 25.92 20.35 60.95 -
YUV 126.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 130 110 206 0.37 0.47 0 0.19 252.5 0.49 0.62
Hex 82 6E CE 25 2F 0 13 FD 31 3E
Octal 202 156 316 45 57 0 23 375 61 76
Binary 10000010 1101110 11001110 100101 101111 0 10011 11111101 110001 111110

Color Harmonies of #826ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ECE

Black with #826ECE

Text Example


Text Example

White with #826ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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