Html Css Color HEX #826BCD Moody Blue

📋 copy color: '#826BCD'

red 130 ◦ green 107 ◦ blue 205

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

Shades of Moody Blue #826BCD

Tints of Moody Blue #826BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

 BLUE value IS 205 (80.47% from 255) = 46.38%

R = 29.41%
G = 24.21%
B = 46.38%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#826BCD (or 0x826BCD) is known color: Moody Blue. HEX triplet: 82, 6B and CD. RGB value is (130,107,205). Sum of RGB (Red+Green+Blue) = 130+107+205=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #826BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BCD is #7D9432. Grayscale: #7C7C7C. Windows color (decimal): -8229939 or 13462402. OLE color: 13462402.

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

Color convert

RGB 130 107 205 -
CMYK 0.37 0.48 0 0.20
HSL 254.08º 0.49% 0.61% -
HSV(B) 254.08º 0.48% 0.8% -
XYZ 25.48 19.67 60.21 -
YUV 125.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 130 107 205 0.37 0.48 0 0.20 254.08 0.49 0.61
Hex 82 6B CD 25 30 0 14 FE 31 3D
Octal 202 153 315 45 60 0 24 376 61 75
Binary 10000010 1101011 11001101 100101 110000 0 10100 11111110 110001 111101

Color Harmonies of #826BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BCD

Black with #826BCD

Text Example


Text Example

White with #826BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,205); }

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

background-color css

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

 a { background-color: rgb(130,107,205); }

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

border-color css

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

 span { border-color: rgb(130,107,205); }

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