Html Css Color HEX #827DD0 Moody Blue

📋 copy color: '#827DD0'

red 130 ◦ green 125 ◦ blue 208

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

Shades of Moody Blue #827DD0

Tints of Moody Blue #827DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 208 (81.64% from 255) = 44.92%

R = 28.08%
G = 27%
B = 44.92%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#827DD0 (or 0x827DD0) is known color: Moody Blue. HEX triplet: 82, 7D and D0. RGB value is (130,125,208). Sum of RGB (Red+Green+Blue) = 130+125+208=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 208 - color contains mainly: blue. Hex color #827DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DD0 is #7D822F. Grayscale: #878787. Windows color (decimal): -8225328 or 13663618. OLE color: 13663618.

HSL color Cylindrical-coordinate representation of color #827DD0: hue angle of 243.61º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827DD0 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 125 208 -
CMYK 0.38 0.40 0 0.18
HSL 243.61º 0.47% 0.65% -
HSV(B) 243.61º 0.4% 0.82% -
XYZ 27.92 23.97 62.83 -
YUV 135.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 130 125 208 0.38 0.40 0 0.18 243.61 0.47 0.65
Hex 82 7D D0 26 28 0 12 F4 2F 41
Octal 202 175 320 46 50 0 22 364 57 101
Binary 10000010 1111101 11010000 100110 101000 0 10010 11110100 101111 1000001

Color Harmonies of #827DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DD0

Black with #827DD0

Text Example


Text Example

White with #827DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827DD0; }

 p { color: rgb(130,125,208); }

 H1.HeaderClassName
 {
   color: #827DD0;
 }
 .AnyTagClassName
 {
   color: #827DD0;
 }
</style>

background-color css

<style>
 a { background-color: #827DD0; }

 a { background-color: rgb(130,125,208); }

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

border-color css

<style>
 span { border-color: #827DD0; }

 span { border-color: rgb(130,125,208); }

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