#7689E8

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

Shades of Cornflower Blue #7689E8

Tints of Cornflower Blue #7689E8

Color information

#7689E8 (or 0x7689E8) is unknown color: approx Cornflower Blue. HEX triplet: 76, 89 and E8. RGB value is (118,137,232). Sum of RGB (Red+Green+Blue) = 118+137+232=487 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.23% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #7689E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7689E8 is #897617. Grayscale: #8D8D8D. Windows color (decimal): -9008664 or 15239542. OLE color: 15239542.

HSL color Cylindrical-coordinate representation of color #7689E8: hue angle of 230º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7689E8 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118137232-
CMYK0.490.4100.09
HSL230º71.25%68.63%-
HSV(B)230º49.14%90.98%-
XYZ30.9827.5780.03-
YUV142.15178.71110.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.23%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=24.23%
G=28.13%
B=47.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181372320.490.4100.0923071.2568.63
Hex7689E8312909e64745
Octal1662113506151011346107105
Binary11101101000100111101000110001101001010011110011010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7689E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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