Html Css Color HEX #827FD1 Moody Blue

📋 copy color: '#827FD1'

red 130 ◦ green 127 ◦ blue 209

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

Shades of Moody Blue #827FD1

Tints of Moody Blue #827FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 27.9%
G = 27.25%
B = 44.85%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#827FD1 (or 0x827FD1) is known color: Moody Blue. HEX triplet: 82, 7F and D1. RGB value is (130,127,209). Sum of RGB (Red+Green+Blue) = 130+127+209=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #827FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FD1 is #7D802E. Grayscale: #888888. Windows color (decimal): -8224815 or 13729666. OLE color: 13729666.

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

Color convert

RGB 130 127 209 -
CMYK 0.38 0.39 0 0.18
HSL 242.2º 0.47% 0.66% -
HSV(B) 242.2º 0.39% 0.82% -
XYZ 28.3 24.53 63.56 -
YUV 137.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 130 127 209 0.38 0.39 0 0.18 242.2 0.47 0.66
Hex 82 7F D1 26 27 0 12 F2 2F 42
Octal 202 177 321 46 47 0 22 362 57 102
Binary 10000010 1111111 11010001 100110 100111 0 10010 11110010 101111 1000010

Color Harmonies of #827FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FD1

Black with #827FD1

Text Example


Text Example

White with #827FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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