Html Css Color HEX #7486BB Wild Blue Yonder

📋 copy color: '#7486BB'

red 116 ◦ green 134 ◦ blue 187

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

Shades of Wild Blue Yonder #7486BB

Tints of Wild Blue Yonder #7486BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 26.54%
G = 30.66%
B = 42.79%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7486BB (or 0x7486BB) is known color: Wild Blue Yonder. HEX triplet: 74, 86 and BB. RGB value is (116,134,187). Sum of RGB (Red+Green+Blue) = 116+134+187=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #7486BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486BB is #8B7944. Grayscale: #868686. Windows color (decimal): -9140549 or 12289652. OLE color: 12289652.

HSL color Cylindrical-coordinate representation of color #7486BB: hue angle of 224.79º 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 #7486BB is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 134 187 -
CMYK 0.38 0.28 0 0.27
HSL 224.79º 0.34% 0.59% -
HSV(B) 224.79º 0.38% 0.73% -
XYZ 24.7 24.35 50.41 -
YUV 134.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 116 134 187 0.38 0.28 0 0.27 224.79 0.34 0.59
Hex 74 86 BB 26 1C 0 1B E1 22 3B
Octal 164 206 273 46 34 0 33 341 42 73
Binary 1110100 10000110 10111011 100110 11100 0 11011 11100001 100010 111011

Color Harmonies of #7486BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486BB

Black with #7486BB

Text Example


Text Example

White with #7486BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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