Html Css Color HEX #827ABF Moody Blue

📋 copy color: '#827ABF'

red 130 ◦ green 122 ◦ blue 191

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

Shades of Moody Blue #827ABF

Tints of Moody Blue #827ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 29.35%
G = 27.54%
B = 43.12%

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

#827ABF (or 0x827ABF) is known color: Moody Blue. HEX triplet: 82, 7A and BF. RGB value is (130,122,191). Sum of RGB (Red+Green+Blue) = 130+122+191=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #827ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ABF is #7D8540. Grayscale: #838383. Windows color (decimal): -8226113 or 12548738. OLE color: 12548738.

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

Color convert

RGB 130 122 191 -
CMYK 0.32 0.36 0 0.25
HSL 246.96º 0.35% 0.61% -
HSV(B) 246.96º 0.36% 0.75% -
XYZ 25.57 22.43 52.27 -
YUV 132.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 130 122 191 0.32 0.36 0 0.25 246.96 0.35 0.61
Hex 82 7A BF 20 24 0 19 F7 23 3D
Octal 202 172 277 40 44 0 31 367 43 75
Binary 10000010 1111010 10111111 100000 100100 0 11001 11110111 100011 111101

Color Harmonies of #827ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ABF

Black with #827ABF

Text Example


Text Example

White with #827ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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