Html Css Color HEX #7486BD Wild Blue Yonder

📋 copy color: '#7486BD'

red 116 ◦ green 134 ◦ blue 189

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

Shades of Wild Blue Yonder #7486BD

Tints of Wild Blue Yonder #7486BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 26.42%
G = 30.52%
B = 43.05%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7486BD (or 0x7486BD) is known color: Wild Blue Yonder. HEX triplet: 74, 86 and BD. RGB value is (116,134,189). Sum of RGB (Red+Green+Blue) = 116+134+189=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #7486BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486BD is #8B7942. Grayscale: #868686. Windows color (decimal): -9140547 or 12420724. OLE color: 12420724.

HSL color Cylindrical-coordinate representation of color #7486BD: hue angle of 225.21º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7486BD is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 134 189 -
CMYK 0.39 0.29 0 0.26
HSL 225.21º 0.36% 0.6% -
HSV(B) 225.21º 0.39% 0.74% -
XYZ 24.91 24.44 51.55 -
YUV 134.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 116 134 189 0.39 0.29 0 0.26 225.21 0.36 0.6
Hex 74 86 BD 27 1D 0 1A E1 24 3C
Octal 164 206 275 47 35 0 32 341 44 74
Binary 1110100 10000110 10111101 100111 11101 0 11010 11100001 100100 111100

Color Harmonies of #7486BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486BD

Black with #7486BD

Text Example


Text Example

White with #7486BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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