Html Css Color HEX #7486CE Wild Blue Yonder

📋 copy color: '#7486CE'

red 116 ◦ green 134 ◦ blue 206

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

Shades of Wild Blue Yonder #7486CE

Tints of Wild Blue Yonder #7486CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 25.44%
G = 29.39%
B = 45.18%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7486CE (or 0x7486CE) is known color: Wild Blue Yonder. HEX triplet: 74, 86 and CE. RGB value is (116,134,206). Sum of RGB (Red+Green+Blue) = 116+134+206=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7486CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486CE is #8B7931. Grayscale: #888888. Windows color (decimal): -9140530 or 13534836. OLE color: 13534836.

HSL color Cylindrical-coordinate representation of color #7486CE: hue angle of 228º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7486CE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 134 206 -
CMYK 0.44 0.35 0 0.19
HSL 228º 0.48% 0.63% -
HSV(B) 228º 0.44% 0.81% -
XYZ 26.87 25.22 61.84 -
YUV 136.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 116 134 206 0.44 0.35 0 0.19 228 0.48 0.63
Hex 74 86 CE 2C 23 0 13 E4 30 3F
Octal 164 206 316 54 43 0 23 344 60 77
Binary 1110100 10000110 11001110 101100 100011 0 10011 11100100 110000 111111

Color Harmonies of #7486CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7486CE

Black with #7486CE

Text Example


Text Example

White with #7486CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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