Html Css Color HEX #827FDA Moody Blue

📋 copy color: '#827FDA'

red 130 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #827FDA

Tints of Moody Blue #827FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 27.37%
G = 26.74%
B = 45.89%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#827FDA (or 0x827FDA) is known color: Moody Blue. HEX triplet: 82, 7F and DA. RGB value is (130,127,218). Sum of RGB (Red+Green+Blue) = 130+127+218=475 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.37% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #827FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FDA is #7D8025. Grayscale: #898989. Windows color (decimal): -8224806 or 14319490. OLE color: 14319490.

HSL color Cylindrical-coordinate representation of color #827FDA: hue angle of 241.98º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #827FDA is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 127 218 -
CMYK 0.40 0.42 0 0.15
HSL 241.98º 0.55% 0.68% -
HSV(B) 241.98º 0.42% 0.85% -
XYZ 29.45 24.99 69.6 -
YUV 138.27 172.99 122.1 -
System Red Green Blue C M Y K H S L
Decimal 130 127 218 0.40 0.42 0 0.15 241.98 0.55 0.68
Hex 82 7F DA 28 2A 0 F F2 37 44
Octal 202 177 332 50 52 0 17 362 67 104
Binary 10000010 1111111 11011010 101000 101010 0 1111 11110010 110111 1000100

Color Harmonies of #827FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FDA

Black with #827FDA

Text Example


Text Example

White with #827FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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