Html Css Color HEX #827ADC Moody Blue

📋 copy color: '#827ADC'

red 130 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #827ADC

Tints of Moody Blue #827ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 27.54%
G = 25.85%
B = 46.61%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#827ADC (or 0x827ADC) is known color: Moody Blue. HEX triplet: 82, 7A and DC. RGB value is (130,122,220). Sum of RGB (Red+Green+Blue) = 130+122+220=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #827ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ADC is #7D8523. Grayscale: #878787. Windows color (decimal): -8226084 or 14449282. OLE color: 14449282.

HSL color Cylindrical-coordinate representation of color #827ADC: hue angle of 244.9º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #827ADC is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 122 220 -
CMYK 0.41 0.45 0 0.14
HSL 244.9º 0.58% 0.67% -
HSV(B) 244.9º 0.45% 0.86% -
XYZ 29.08 23.83 70.78 -
YUV 135.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 130 122 220 0.41 0.45 0 0.14 244.9 0.58 0.67
Hex 82 7A DC 29 2D 0 E F5 3A 43
Octal 202 172 334 51 55 0 16 365 72 103
Binary 10000010 1111010 11011100 101001 101101 0 1110 11110101 111010 1000011

Color Harmonies of #827ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ADC

Black with #827ADC

Text Example


Text Example

White with #827ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,220); }

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

background-color css

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

 a { background-color: rgb(130,122,220); }

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

border-color css

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

 span { border-color: rgb(130,122,220); }

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