Html Css Color HEX #827BCD Moody Blue

📋 copy color: '#827BCD'

red 130 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #827BCD

Tints of Moody Blue #827BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.86%

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

R = 28.38%
G = 26.86%
B = 44.76%

CMYK

 C value IS 0.37

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#827BCD (or 0x827BCD) is known color: Moody Blue. HEX triplet: 82, 7B and CD. RGB value is (130,123,205). Sum of RGB (Red+Green+Blue) = 130+123+205=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #827BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827BCD is #7D8432. Grayscale: #868686. Windows color (decimal): -8225843 or 13466498. OLE color: 13466498.

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

Color convert

RGB 130 123 205 -
CMYK 0.37 0.4 0 0.20
HSL 245.12º 0.45% 0.64% -
HSV(B) 245.12º 0.4% 0.8% -
XYZ 27.31 23.32 60.82 -
YUV 134.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 130 123 205 0.37 0.4 0 0.20 245.12 0.45 0.64
Hex 82 7B CD 25 28 0 14 F5 2D 40
Octal 202 173 315 45 50 0 24 365 55 100
Binary 10000010 1111011 11001101 100101 101000 0 10100 11110101 101101 1000000

Color Harmonies of #827BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BCD

Black with #827BCD

Text Example


Text Example

White with #827BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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