Html Css Color HEX #827AD0 Moody Blue

📋 copy color: '#827AD0'

red 130 ◦ green 122 ◦ blue 208

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

Shades of Moody Blue #827AD0

Tints of Moody Blue #827AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 28.26%
G = 26.52%
B = 45.22%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#827AD0 (or 0x827AD0) is known color: Moody Blue. HEX triplet: 82, 7A and D0. RGB value is (130,122,208). Sum of RGB (Red+Green+Blue) = 130+122+208=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #827AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AD0 is #7D852F. Grayscale: #858585. Windows color (decimal): -8226096 or 13662850. OLE color: 13662850.

HSL color Cylindrical-coordinate representation of color #827AD0: hue angle of 245.58º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827AD0 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 122 208 -
CMYK 0.38 0.41 0 0.18
HSL 245.58º 0.48% 0.65% -
HSV(B) 245.58º 0.41% 0.82% -
XYZ 27.55 23.22 62.7 -
YUV 134.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 130 122 208 0.38 0.41 0 0.18 245.58 0.48 0.65
Hex 82 7A D0 26 29 0 12 F6 30 41
Octal 202 172 320 46 51 0 22 366 60 101
Binary 10000010 1111010 11010000 100110 101001 0 10010 11110110 110000 1000001

Color Harmonies of #827AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827AD0

Black with #827AD0

Text Example


Text Example

White with #827AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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