#7786B8

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

Shades of Wild Blue Yonder #7786B8

Tints of Wild Blue Yonder #7786B8

Color information

#7786B8 (or 0x7786B8) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 86 and B8. RGB value is (119,134,184). Sum of RGB (Red+Green+Blue) = 119+134+184=437 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.23% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #7786B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7786B8 is #887947. Grayscale: #878787. Windows color (decimal): -8943944 or 12093047. OLE color: 12093047.

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

Color convert

RGB119134184-
CMYK0.350.2700.28
HSL226.15º31.4%59.41%-
HSV(B)226.15º35.33%72.16%-
XYZ24.7824.4348.76-
YUV135.22155.53116.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.23%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=27.23%
G=30.66%
B=42.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1191341840.350.2700.28226.1531.459.41
Hex7786B8231B01Ce21f3b
Octal16720627043330343423773
Binary11101111000011010111000100011110110111001110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7786B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,134,184); }

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

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

 a { background-color: rgb(119,134,184); }

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

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

 span { border-color: rgb(119,134,184); }

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