Html Css Color HEX #7E93BC Wild Blue Yonder

📋 copy color: '#7E93BC'

red 126 ◦ green 147 ◦ blue 188

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

Shades of Wild Blue Yonder #7E93BC

Tints of Wild Blue Yonder #7E93BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 27.33%
G = 31.89%
B = 40.78%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7E93BC (or 0x7E93BC) is known color: Wild Blue Yonder. HEX triplet: 7E, 93 and BC. RGB value is (126,147,188). Sum of RGB (Red+Green+Blue) = 126+147+188=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E93BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E93BC is #816C43. Grayscale: #919191. Windows color (decimal): -8481860 or 12358526. OLE color: 12358526.

HSL color Cylindrical-coordinate representation of color #7E93BC: hue angle of 219.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E93BC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 147 188 -
CMYK 0.33 0.22 0 0.26
HSL 219.68º 0.32% 0.62% -
HSV(B) 219.68º 0.33% 0.74% -
XYZ 28.12 28.93 51.68 -
YUV 145.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 126 147 188 0.33 0.22 0 0.26 219.68 0.32 0.62
Hex 7E 93 BC 21 16 0 1A DC 20 3E
Octal 176 223 274 41 26 0 32 334 40 76
Binary 1111110 10010011 10111100 100001 10110 0 11010 11011100 100000 111110

Color Harmonies of #7E93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E93BC

Black with #7E93BC

Text Example


Text Example

White with #7E93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,147,188); }

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

background-color css

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

 a { background-color: rgb(126,147,188); }

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

border-color css

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

 span { border-color: rgb(126,147,188); }

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