Html Css Color HEX #7E82CE Moody Blue

📋 copy color: '#7E82CE'

red 126 ◦ green 130 ◦ blue 206

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

Shades of Moody Blue #7E82CE

Tints of Moody Blue #7E82CE

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E82CE (or 0x7E82CE) is known color: Moody Blue. HEX triplet: 7E, 82 and CE. RGB value is (126,130,206). Sum of RGB (Red+Green+Blue) = 126+130+206=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 130 (51.17% from 255 or 28.14% 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 #7E82CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E82CE is #817D31. Grayscale: #898989. Windows color (decimal): -8486194 or 13533822. OLE color: 13533822.

HSL color Cylindrical-coordinate representation of color #7E82CE: hue angle of 237º 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 #7E82CE is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 130 206 -
CMYK 0.39 0.37 0 0.19
HSL 237º 0.45% 0.65% -
HSV(B) 237º 0.39% 0.81% -
XYZ 27.73 24.86 61.73 -
YUV 137.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 126 130 206 0.39 0.37 0 0.19 237 0.45 0.65
Hex 7E 82 CE 27 25 0 13 ED 2D 41
Octal 176 202 316 47 45 0 23 355 55 101
Binary 1111110 10000010 11001110 100111 100101 0 10011 11101101 101101 1000001

Color Harmonies of #7E82CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E82CE

Black with #7E82CE

Text Example


Text Example

White with #7E82CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E82CE; }

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

 H1.HeaderClassName
 {
   color: #7E82CE;
 }
 .AnyTagClassName
 {
   color: #7E82CE;
 }
</style>

background-color css

<style>
 a { background-color: #7E82CE; }

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

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

border-color css

<style>
 span { border-color: #7E82CE; }

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

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