Html Css Color HEX #7486B9 Wild Blue Yonder

📋 copy color: '#7486B9'

red 116 ◦ green 134 ◦ blue 185

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

Shades of Wild Blue Yonder #7486B9

Tints of Wild Blue Yonder #7486B9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

 BLUE value IS 185 (72.66% from 255) = 42.53%

R = 26.67%
G = 30.8%
B = 42.53%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7486B9 (or 0x7486B9) is known color: Wild Blue Yonder. HEX triplet: 74, 86 and B9. RGB value is (116,134,185). Sum of RGB (Red+Green+Blue) = 116+134+185=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #7486B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486B9 is #8B7946. Grayscale: #868686. Windows color (decimal): -9140551 or 12158580. OLE color: 12158580.

HSL color Cylindrical-coordinate representation of color #7486B9: hue angle of 224.35º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7486B9 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 134 185 -
CMYK 0.37 0.28 0 0.27
HSL 224.35º 0.33% 0.59% -
HSV(B) 224.35º 0.37% 0.73% -
XYZ 24.48 24.27 49.29 -
YUV 134.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 116 134 185 0.37 0.28 0 0.27 224.35 0.33 0.59
Hex 74 86 B9 25 1C 0 1B E0 21 3B
Octal 164 206 271 45 34 0 33 340 41 73
Binary 1110100 10000110 10111001 100101 11100 0 11011 11100000 100001 111011

Color Harmonies of #7486B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486B9

Black with #7486B9

Text Example


Text Example

White with #7486B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7486B9; }

 p { color: rgb(116,134,185); }

 H1.HeaderClassName
 {
   color: #7486B9;
 }
 .AnyTagClassName
 {
   color: #7486B9;
 }
</style>

background-color css

<style>
 a { background-color: #7486B9; }

 a { background-color: rgb(116,134,185); }

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

border-color css

<style>
 span { border-color: #7486B9; }

 span { border-color: rgb(116,134,185); }

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