Html Css Color HEX #827FD6 Moody Blue

📋 copy color: '#827FD6'

red 130 ◦ green 127 ◦ blue 214

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

Shades of Moody Blue #827FD6

Tints of Moody Blue #827FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.44%

R = 27.6%
G = 26.96%
B = 45.44%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#827FD6 (or 0x827FD6) is known color: Moody Blue. HEX triplet: 82, 7F and D6. RGB value is (130,127,214). Sum of RGB (Red+Green+Blue) = 130+127+214=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #827FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FD6 is #7D8029. Grayscale: #898989. Windows color (decimal): -8224810 or 14057346. OLE color: 14057346.

HSL color Cylindrical-coordinate representation of color #827FD6: hue angle of 242.07º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827FD6 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 127 214 -
CMYK 0.39 0.41 0 0.16
HSL 242.07º 0.51% 0.67% -
HSV(B) 242.07º 0.41% 0.84% -
XYZ 28.93 24.78 66.88 -
YUV 137.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 130 127 214 0.39 0.41 0 0.16 242.07 0.51 0.67
Hex 82 7F D6 27 29 0 10 F2 33 43
Octal 202 177 326 47 51 0 20 362 63 103
Binary 10000010 1111111 11010110 100111 101001 0 10000 11110010 110011 1000011

Color Harmonies of #827FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FD6

Black with #827FD6

Text Example


Text Example

White with #827FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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