Html Css Color HEX #827DCC Moody Blue

📋 copy color: '#827DCC'

red 130 ◦ green 125 ◦ blue 204

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

Shades of Moody Blue #827DCC

Tints of Moody Blue #827DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 28.32%
G = 27.23%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#827DCC (or 0x827DCC) is known color: Moody Blue. HEX triplet: 82, 7D and CC. RGB value is (130,125,204). Sum of RGB (Red+Green+Blue) = 130+125+204=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #827DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827DCC is #7D8233. Grayscale: #878787. Windows color (decimal): -8225332 or 13401474. OLE color: 13401474.

HSL color Cylindrical-coordinate representation of color #827DCC: hue angle of 243.8º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827DCC is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 125 204 -
CMYK 0.36 0.39 0 0.2
HSL 243.8º 0.44% 0.65% -
HSV(B) 243.8º 0.39% 0.8% -
XYZ 27.44 23.77 60.27 -
YUV 135.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 130 125 204 0.36 0.39 0 0.2 243.8 0.44 0.65
Hex 82 7D CC 24 27 0 14 F4 2C 41
Octal 202 175 314 44 47 0 24 364 54 101
Binary 10000010 1111101 11001100 100100 100111 0 10100 11110100 101100 1000001

Color Harmonies of #827DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DCC

Black with #827DCC

Text Example


Text Example

White with #827DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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