Html Css Color HEX #826DC9 Moody Blue

📋 copy color: '#826DC9'

red 130 ◦ green 109 ◦ blue 201

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

Shades of Moody Blue #826DC9

Tints of Moody Blue #826DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.77%

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 29.55%
G = 24.77%
B = 45.68%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#826DC9 (or 0x826DC9) is known color: Moody Blue. HEX triplet: 82, 6D and C9. RGB value is (130,109,201). Sum of RGB (Red+Green+Blue) = 130+109+201=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #826DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DC9 is #7D9236. Grayscale: #7D7D7D. Windows color (decimal): -8229431 or 13200770. OLE color: 13200770.

HSL color Cylindrical-coordinate representation of color #826DC9: hue angle of 253.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #826DC9 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 109 201 -
CMYK 0.35 0.46 0 0.21
HSL 253.7º 0.46% 0.61% -
HSV(B) 253.7º 0.46% 0.79% -
XYZ 25.22 19.9 57.77 -
YUV 125.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 130 109 201 0.35 0.46 0 0.21 253.7 0.46 0.61
Hex 82 6D C9 23 2E 0 15 FE 2E 3D
Octal 202 155 311 43 56 0 25 376 56 75
Binary 10000010 1101101 11001001 100011 101110 0 10101 11111110 101110 111101

Color Harmonies of #826DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826DC9

Black with #826DC9

Text Example


Text Example

White with #826DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,109,201); }

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

background-color css

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

 a { background-color: rgb(130,109,201); }

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

border-color css

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

 span { border-color: rgb(130,109,201); }

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