Html Css Color HEX #827AC0 Moody Blue

📋 copy color: '#827AC0'

red 130 ◦ green 122 ◦ blue 192

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

Shades of Moody Blue #827AC0

Tints of Moody Blue #827AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.24%

R = 29.28%
G = 27.48%
B = 43.24%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#827AC0 (or 0x827AC0) is known color: Moody Blue. HEX triplet: 82, 7A and C0. RGB value is (130,122,192). Sum of RGB (Red+Green+Blue) = 130+122+192=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #827AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AC0 is #7D853F. Grayscale: #848484. Windows color (decimal): -8226112 or 12614274. OLE color: 12614274.

HSL color Cylindrical-coordinate representation of color #827AC0: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #827AC0 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 122 192 -
CMYK 0.32 0.36 0 0.25
HSL 246.86º 0.36% 0.62% -
HSV(B) 246.86º 0.36% 0.75% -
XYZ 25.68 22.47 52.85 -
YUV 132.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 130 122 192 0.32 0.36 0 0.25 246.86 0.36 0.62
Hex 82 7A C0 20 24 0 19 F7 24 3E
Octal 202 172 300 40 44 0 31 367 44 76
Binary 10000010 1111010 11000000 100000 100100 0 11001 11110111 100100 111110

Color Harmonies of #827AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AC0

Black with #827AC0

Text Example


Text Example

White with #827AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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