Html Css Color HEX #7E8DB6 Wild Blue Yonder

📋 copy color: '#7E8DB6'

red 126 ◦ green 141 ◦ blue 182

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

Shades of Wild Blue Yonder #7E8DB6

Tints of Wild Blue Yonder #7E8DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.4%

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 28.06%
G = 31.4%
B = 40.53%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7E8DB6 (or 0x7E8DB6) is known color: Wild Blue Yonder. HEX triplet: 7E, 8D and B6. RGB value is (126,141,182). Sum of RGB (Red+Green+Blue) = 126+141+182=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #7E8DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DB6 is #817249. Grayscale: #8D8D8D. Windows color (decimal): -8483402 or 11963774. OLE color: 11963774.

HSL color Cylindrical-coordinate representation of color #7E8DB6: hue angle of 223.93º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E8DB6 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 141 182 -
CMYK 0.31 0.23 0 0.29
HSL 223.93º 0.28% 0.6% -
HSV(B) 223.93º 0.31% 0.71% -
XYZ 26.57 26.86 48.04 -
YUV 141.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 126 141 182 0.31 0.23 0 0.29 223.93 0.28 0.6
Hex 7E 8D B6 1F 17 0 1D E0 1C 3C
Octal 176 215 266 37 27 0 35 340 34 74
Binary 1111110 10001101 10110110 11111 10111 0 11101 11100000 11100 111100

Color Harmonies of #7E8DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8DB6

Black with #7E8DB6

Text Example


Text Example

White with #7E8DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,141,182); }

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

background-color css

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

 a { background-color: rgb(126,141,182); }

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

border-color css

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

 span { border-color: rgb(126,141,182); }

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