Html Css Color HEX #827FCC Moody Blue

📋 copy color: '#827FCC'

red 130 ◦ green 127 ◦ blue 204

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

Shades of Moody Blue #827FCC

Tints of Moody Blue #827FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.55%

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

R = 28.2%
G = 27.55%
B = 44.25%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#827FCC (or 0x827FCC) is known color: Moody Blue. HEX triplet: 82, 7F and CC. RGB value is (130,127,204). Sum of RGB (Red+Green+Blue) = 130+127+204=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #827FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FCC is #7D8033. Grayscale: #888888. Windows color (decimal): -8224820 or 13401986. OLE color: 13401986.

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

Color convert

RGB 130 127 204 -
CMYK 0.36 0.38 0 0.2
HSL 242.34º 0.43% 0.65% -
HSV(B) 242.34º 0.38% 0.8% -
XYZ 27.69 24.28 60.35 -
YUV 136.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 130 127 204 0.36 0.38 0 0.2 242.34 0.43 0.65
Hex 82 7F CC 24 26 0 14 F2 2B 41
Octal 202 177 314 44 46 0 24 362 53 101
Binary 10000010 1111111 11001100 100100 100110 0 10100 11110010 101011 1000001

Color Harmonies of #827FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FCC

Black with #827FCC

Text Example


Text Example

White with #827FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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