Html Css Color HEX #7E8DBA Wild Blue Yonder

📋 copy color: '#7E8DBA'

red 126 ◦ green 141 ◦ blue 186

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

Shades of Wild Blue Yonder #7E8DBA

Tints of Wild Blue Yonder #7E8DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.06%

R = 27.81%
G = 31.13%
B = 41.06%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E8DBA (or 0x7E8DBA) is known color: Wild Blue Yonder. HEX triplet: 7E, 8D and BA. RGB value is (126,141,186). Sum of RGB (Red+Green+Blue) = 126+141+186=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E8DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DBA is #817245. Grayscale: #8D8D8D. Windows color (decimal): -8483398 or 12225918. OLE color: 12225918.

HSL color Cylindrical-coordinate representation of color #7E8DBA: hue angle of 225º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E8DBA is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 141 186 -
CMYK 0.32 0.24 0 0.27
HSL 225º 0.3% 0.61% -
HSV(B) 225º 0.32% 0.73% -
XYZ 26.99 27.03 50.25 -
YUV 141.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 126 141 186 0.32 0.24 0 0.27 225 0.3 0.61
Hex 7E 8D BA 20 18 0 1B E1 1E 3D
Octal 176 215 272 40 30 0 33 341 36 75
Binary 1111110 10001101 10111010 100000 11000 0 11011 11100001 11110 111101

Color Harmonies of #7E8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8DBA

Black with #7E8DBA

Text Example


Text Example

White with #7E8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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