Html Css Color HEX #827ADE Moody Blue

📋 copy color: '#827ADE'

red 130 ◦ green 122 ◦ blue 222

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

Shades of Moody Blue #827ADE

Tints of Moody Blue #827ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 27.43%
G = 25.74%
B = 46.84%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#827ADE (or 0x827ADE) is known color: Moody Blue. HEX triplet: 82, 7A and DE. RGB value is (130,122,222). Sum of RGB (Red+Green+Blue) = 130+122+222=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #827ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ADE is #7D8521. Grayscale: #878787. Windows color (decimal): -8226082 or 14580354. OLE color: 14580354.

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

Color convert

RGB 130 122 222 -
CMYK 0.41 0.45 0 0.13
HSL 244.8º 0.6% 0.67% -
HSV(B) 244.8º 0.45% 0.87% -
XYZ 29.35 23.94 72.18 -
YUV 135.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 130 122 222 0.41 0.45 0 0.13 244.8 0.6 0.67
Hex 82 7A DE 29 2D 0 D F5 3C 43
Octal 202 172 336 51 55 0 15 365 74 103
Binary 10000010 1111010 11011110 101001 101101 0 1101 11110101 111100 1000011

Color Harmonies of #827ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ADE

Black with #827ADE

Text Example


Text Example

White with #827ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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