Html Css Color HEX #827FD8 Moody Blue

📋 copy color: '#827FD8'

red 130 ◦ green 127 ◦ blue 216

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

Shades of Moody Blue #827FD8

Tints of Moody Blue #827FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 27.48%
G = 26.85%
B = 45.67%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#827FD8 (or 0x827FD8) is known color: Moody Blue. HEX triplet: 82, 7F and D8. RGB value is (130,127,216). Sum of RGB (Red+Green+Blue) = 130+127+216=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #827FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FD8 is #7D8027. Grayscale: #898989. Windows color (decimal): -8224808 or 14188418. OLE color: 14188418.

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

Color convert

RGB 130 127 216 -
CMYK 0.40 0.41 0 0.15
HSL 242.02º 0.53% 0.67% -
HSV(B) 242.02º 0.41% 0.85% -
XYZ 29.19 24.88 68.23 -
YUV 138.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 130 127 216 0.40 0.41 0 0.15 242.02 0.53 0.67
Hex 82 7F D8 28 29 0 F F2 35 43
Octal 202 177 330 50 51 0 17 362 65 103
Binary 10000010 1111111 11011000 101000 101001 0 1111 11110010 110101 1000011

Color Harmonies of #827FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FD8

Black with #827FD8

Text Example


Text Example

White with #827FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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