Html Css Color HEX #826ECB Moody Blue

📋 copy color: '#826ECB'

red 130 ◦ green 110 ◦ blue 203

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

Shades of Moody Blue #826ECB

Tints of Moody Blue #826ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 29.35%
G = 24.83%
B = 45.82%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#826ECB (or 0x826ECB) is known color: Moody Blue. HEX triplet: 82, 6E and CB. RGB value is (130,110,203). Sum of RGB (Red+Green+Blue) = 130+110+203=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #826ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ECB is #7D9134. Grayscale: #7E7E7E. Windows color (decimal): -8229173 or 13332098. OLE color: 13332098.

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

Color convert

RGB 130 110 203 -
CMYK 0.36 0.46 0 0.20
HSL 252.9º 0.47% 0.61% -
HSV(B) 252.9º 0.46% 0.8% -
XYZ 25.56 20.21 59.05 -
YUV 126.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 130 110 203 0.36 0.46 0 0.20 252.9 0.47 0.61
Hex 82 6E CB 24 2E 0 14 FD 2F 3D
Octal 202 156 313 44 56 0 24 375 57 75
Binary 10000010 1101110 11001011 100100 101110 0 10100 11111101 101111 111101

Color Harmonies of #826ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ECB

Black with #826ECB

Text Example


Text Example

White with #826ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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