Html Css Color HEX #747EBA Wild Blue Yonder

📋 copy color: '#747EBA'

red 116 ◦ green 126 ◦ blue 186

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

Shades of Wild Blue Yonder #747EBA

Tints of Wild Blue Yonder #747EBA

RGB

 RED value IS 116 (45.7% from 255) = 27.1%

 GREEN value IS 126 (49.61% from 255) = 29.44%

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

R = 27.1%
G = 29.44%
B = 43.46%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#747EBA (or 0x747EBA) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and BA. RGB value is (116,126,186). Sum of RGB (Red+Green+Blue) = 116+126+186=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #747EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EBA is #8B8145. Grayscale: #818181. Windows color (decimal): -9142598 or 12222068. OLE color: 12222068.

HSL color Cylindrical-coordinate representation of color #747EBA: hue angle of 231.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747EBA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 126 186 -
CMYK 0.38 0.32 0 0.27
HSL 231.43º 0.34% 0.59% -
HSV(B) 231.43º 0.38% 0.73% -
XYZ 23.53 22.18 49.5 -
YUV 129.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 116 126 186 0.38 0.32 0 0.27 231.43 0.34 0.59
Hex 74 7E BA 26 20 0 1B E7 22 3B
Octal 164 176 272 46 40 0 33 347 42 73
Binary 1110100 1111110 10111010 100110 100000 0 11011 11100111 100010 111011

Color Harmonies of #747EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747EBA

Black with #747EBA

Text Example


Text Example

White with #747EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747EBA; }

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

 H1.HeaderClassName
 {
   color: #747EBA;
 }
 .AnyTagClassName
 {
   color: #747EBA;
 }
</style>

background-color css

<style>
 a { background-color: #747EBA; }

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

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

border-color css

<style>
 span { border-color: #747EBA; }

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

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