Html Css Color HEX #7E8ABE Wild Blue Yonder

📋 copy color: '#7E8ABE'

red 126 ◦ green 138 ◦ blue 190

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

Shades of Wild Blue Yonder #7E8ABE

Tints of Wild Blue Yonder #7E8ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

 BLUE value IS 190 (74.61% from 255) = 41.85%

R = 27.75%
G = 30.4%
B = 41.85%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E8ABE (or 0x7E8ABE) is known color: Wild Blue Yonder. HEX triplet: 7E, 8A and BE. RGB value is (126,138,190). Sum of RGB (Red+Green+Blue) = 126+138+190=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ABE is #817541. Grayscale: #8C8C8C. Windows color (decimal): -8484162 or 12487294. OLE color: 12487294.

HSL color Cylindrical-coordinate representation of color #7E8ABE: hue angle of 228.75º degrees, saturation: 0.33, 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 #7E8ABE is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 138 190 -
CMYK 0.34 0.27 0 0.25
HSL 228.75º 0.33% 0.62% -
HSV(B) 228.75º 0.34% 0.75% -
XYZ 26.99 26.33 52.38 -
YUV 140.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 126 138 190 0.34 0.27 0 0.25 228.75 0.33 0.62
Hex 7E 8A BE 22 1B 0 19 E5 21 3E
Octal 176 212 276 42 33 0 31 345 41 76
Binary 1111110 10001010 10111110 100010 11011 0 11001 11100101 100001 111110

Color Harmonies of #7E8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8ABE

Black with #7E8ABE

Text Example


Text Example

White with #7E8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,138,190); }

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

background-color css

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

 a { background-color: rgb(126,138,190); }

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

border-color css

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

 span { border-color: rgb(126,138,190); }

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