Html Css Color HEX #827FCD Moody Blue

📋 copy color: '#827FCD'

red 130 ◦ green 127 ◦ blue 205

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

Shades of Moody Blue #827FCD

Tints of Moody Blue #827FCD

RGB

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

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

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

R = 28.14%
G = 27.49%
B = 44.37%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#827FCD (or 0x827FCD) is known color: Moody Blue. HEX triplet: 82, 7F and CD. RGB value is (130,127,205). Sum of RGB (Red+Green+Blue) = 130+127+205=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #827FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FCD is #7D8032. Grayscale: #888888. Windows color (decimal): -8224819 or 13467522. OLE color: 13467522.

HSL color Cylindrical-coordinate representation of color #827FCD: hue angle of 242.31º degrees, saturation: 0.44, 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 #827FCD is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 127 205 -
CMYK 0.37 0.38 0 0.20
HSL 242.31º 0.44% 0.65% -
HSV(B) 242.31º 0.38% 0.8% -
XYZ 27.81 24.33 60.99 -
YUV 136.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 130 127 205 0.37 0.38 0 0.20 242.31 0.44 0.65
Hex 82 7F CD 25 26 0 14 F2 2C 41
Octal 202 177 315 45 46 0 24 362 54 101
Binary 10000010 1111111 11001101 100101 100110 0 10100 11110010 101100 1000001

Color Harmonies of #827FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FCD

Black with #827FCD

Text Example


Text Example

White with #827FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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