Html Css Color HEX #827FDE Moody Blue

📋 copy color: '#827FDE'

red 130 ◦ green 127 ◦ blue 222

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

Shades of Moody Blue #827FDE

Tints of Moody Blue #827FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

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

R = 27.14%
G = 26.51%
B = 46.35%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#827FDE (or 0x827FDE) is known color: Moody Blue. HEX triplet: 82, 7F and DE. RGB value is (130,127,222). Sum of RGB (Red+Green+Blue) = 130+127+222=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #827FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FDE is #7D8021. Grayscale: #8A8A8A. Windows color (decimal): -8224802 or 14581634. OLE color: 14581634.

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

Color convert

RGB 130 127 222 -
CMYK 0.41 0.43 0 0.13
HSL 241.89º 0.59% 0.68% -
HSV(B) 241.89º 0.43% 0.87% -
XYZ 29.98 25.2 72.39 -
YUV 138.73 174.99 121.78 -
System Red Green Blue C M Y K H S L
Decimal 130 127 222 0.41 0.43 0 0.13 241.89 0.59 0.68
Hex 82 7F DE 29 2B 0 D F2 3B 44
Octal 202 177 336 51 53 0 15 362 73 104
Binary 10000010 1111111 11011110 101001 101011 0 1101 11110010 111011 1000100

Color Harmonies of #827FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FDE

Black with #827FDE

Text Example


Text Example

White with #827FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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