Html Css Color HEX #7E8ABF Wild Blue Yonder

📋 copy color: '#7E8ABF'

red 126 ◦ green 138 ◦ blue 191

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

Shades of Wild Blue Yonder #7E8ABF

Tints of Wild Blue Yonder #7E8ABF

RGB

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

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

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

R = 27.69%
G = 30.33%
B = 41.98%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E8ABF (or 0x7E8ABF) is known color: Wild Blue Yonder. HEX triplet: 7E, 8A and BF. RGB value is (126,138,191). Sum of RGB (Red+Green+Blue) = 126+138+191=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ABF is #817540. Grayscale: #8C8C8C. Windows color (decimal): -8484161 or 12552830. OLE color: 12552830.

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

Color convert

RGB 126 138 191 -
CMYK 0.34 0.28 0 0.25
HSL 228.92º 0.34% 0.62% -
HSV(B) 228.92º 0.34% 0.75% -
XYZ 27.1 26.37 52.95 -
YUV 140.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 126 138 191 0.34 0.28 0 0.25 228.92 0.34 0.62
Hex 7E 8A BF 22 1C 0 19 E5 22 3E
Octal 176 212 277 42 34 0 31 345 42 76
Binary 1111110 10001010 10111111 100010 11100 0 11001 11100101 100010 111110

Color Harmonies of #7E8ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8ABF

Black with #7E8ABF

Text Example


Text Example

White with #7E8ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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