#7692B8

Color #7692B8 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7692B8

Tints of Wild Blue Yonder #7692B8

Color information

#7692B8 (or 0x7692B8) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 92 and B8. RGB value is (118,146,184). Sum of RGB (Red+Green+Blue) = 118+146+184=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #7692B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692B8 is #896D47. Grayscale: #8D8D8D. Windows color (decimal): -9006408 or 12096118. OLE color: 12096118.

HSL color Cylindrical-coordinate representation of color #7692B8: hue angle of 214.55º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7692B8 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB118146184-
CMYK0.360.2100.28
HSL214.55º31.73%59.22%-
HSV(B)214.55º35.87%72.16%-
XYZ26.427.8749.34-
YUV141.96151.72110.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 146 (57.42% from 255) = 32.59%
BLUE value IS 184 (72.27% from 255) = 41.07%
R=26.34%
G=32.59%
B=41.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1181461840.360.2100.28214.5531.7359.22
Hex7692B8241501Cd7203b
Octal16622227044250343274073
Binary111011010010010101110001001001010101110011010111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7692B8; }

 p { color: rgb(118,146,184); }

 H1.HeaderClassName
 {
   color: #7692B8;
 }
 .AnyTagClassName
 {
   color: #7692B8;
 }
</style>
background-color css

<style>
 a { background-color: #7692B8; }

 a { background-color: rgb(118,146,184); }

 div.DivClassName
 {
   background-color: #7692B8;
 }
 .BgClassName
 {
   background-color: #7692B8;
 }
</style>
border-color css

<style>
 span { border-color: #7692B8; }

 span { border-color: rgb(118,146,184); }

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