Html Css Color HEX #7E8EBF Wild Blue Yonder

📋 copy color: '#7E8EBF'

red 126 ◦ green 142 ◦ blue 191

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

Shades of Wild Blue Yonder #7E8EBF

Tints of Wild Blue Yonder #7E8EBF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 27.45%
G = 30.94%
B = 41.61%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E8EBF (or 0x7E8EBF) is known color: Wild Blue Yonder. HEX triplet: 7E, 8E and BF. RGB value is (126,142,191). Sum of RGB (Red+Green+Blue) = 126+142+191=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E8EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8EBF is #817140. Grayscale: #8E8E8E. Windows color (decimal): -8483137 or 12553854. OLE color: 12553854.

HSL color Cylindrical-coordinate representation of color #7E8EBF: hue angle of 225.23º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E8EBF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 142 191 -
CMYK 0.34 0.26 0 0.25
HSL 225.23º 0.34% 0.62% -
HSV(B) 225.23º 0.34% 0.75% -
XYZ 27.68 27.54 53.15 -
YUV 142.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 126 142 191 0.34 0.26 0 0.25 225.23 0.34 0.62
Hex 7E 8E BF 22 1A 0 19 E1 22 3E
Octal 176 216 277 42 32 0 31 341 42 76
Binary 1111110 10001110 10111111 100010 11010 0 11001 11100001 100010 111110

Color Harmonies of #7E8EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8EBF

Black with #7E8EBF

Text Example


Text Example

White with #7E8EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,142,191); }

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

background-color css

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

 a { background-color: rgb(126,142,191); }

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

border-color css

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

 span { border-color: rgb(126,142,191); }

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