#7689CA

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

Shades of Wild Blue Yonder #7689CA

Tints of Wild Blue Yonder #7689CA

Color information

#7689CA (or 0x7689CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 89 and CA. RGB value is (118,137,202). Sum of RGB (Red+Green+Blue) = 118+137+202=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #7689CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689CA is #897635. Grayscale: #8A8A8A. Windows color (decimal): -9008694 or 13273462. OLE color: 13273462.

HSL color Cylindrical-coordinate representation of color #7689CA: hue angle of 226.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7689CA is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118137202-
CMYK0.420.3200.21
HSL226.43º44.21%62.75%-
HSV(B)226.43º41.58%79.22%-
XYZ27.0826.0159.47-
YUV138.73163.71113.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=25.82%
G=29.98%
B=44.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181372020.420.3200.21226.4344.2162.75
Hex7689CA2A20015e22c3f
Octal16621131252400253425477
Binary1110110100010011100101010101010000001010111100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7689CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7689CA; }

 p { color: rgb(118,137,202); }

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

<style>
 a { background-color: #7689CA; }

 a { background-color: rgb(118,137,202); }

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

<style>
 span { border-color: #7689CA; }

 span { border-color: rgb(118,137,202); }

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