Html Css Color HEX #827ECE Moody Blue

📋 copy color: '#827ECE'

red 130 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #827ECE

Tints of Moody Blue #827ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 28.14%
G = 27.27%
B = 44.59%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#827ECE (or 0x827ECE) is known color: Moody Blue. HEX triplet: 82, 7E and CE. RGB value is (130,126,206). Sum of RGB (Red+Green+Blue) = 130+126+206=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #827ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827ECE is #7D8131. Grayscale: #888888. Windows color (decimal): -8225074 or 13532802. OLE color: 13532802.

HSL color Cylindrical-coordinate representation of color #827ECE: hue angle of 243º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #827ECE is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 126 206 -
CMYK 0.37 0.39 0 0.19
HSL 243º 0.45% 0.65% -
HSV(B) 243º 0.39% 0.81% -
XYZ 27.81 24.12 61.58 -
YUV 136.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 130 126 206 0.37 0.39 0 0.19 243 0.45 0.65
Hex 82 7E CE 25 27 0 13 F3 2D 41
Octal 202 176 316 45 47 0 23 363 55 101
Binary 10000010 1111110 11001110 100101 100111 0 10011 11110011 101101 1000001

Color Harmonies of #827ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827ECE

Black with #827ECE

Text Example


Text Example

White with #827ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,126,206); }

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

background-color css

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

 a { background-color: rgb(130,126,206); }

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

border-color css

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

 span { border-color: rgb(130,126,206); }

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