#7692F7

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

Shades of Cornflower Blue #7692F7

Tints of Cornflower Blue #7692F7

Color information

#7692F7 (or 0x7692F7) is unknown color: approx Cornflower Blue. HEX triplet: 76, 92 and F7. RGB value is (118,146,247). Sum of RGB (Red+Green+Blue) = 118+146+247=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #7692F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7692F7 is #896D08. Grayscale: #949494. Windows color (decimal): -9006345 or 16224886. OLE color: 16224886.

HSL color Cylindrical-coordinate representation of color #7692F7: hue angle of 226.98º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7692F7 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB118146247-
CMYK0.520.4100.03
HSL226.98º88.97%71.57%-
HSV(B)226.98º52.23%96.86%-
XYZ34.5431.1292.18-
YUV149.14183.22105.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=23.09%
G=28.57%
B=48.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1181462470.520.4100.03226.9888.9771.57
Hex7692F7342903e35948
Octal166222367645103343131110
Binary111011010010010111101111101001010010111110001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7692F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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