#7A98FF

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

Shades of Cornflower Blue #7A98FF

Tints of Cornflower Blue #7A98FF

Color information

#7A98FF (or 0x7A98FF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 98 and FF. RGB value is (122,152,255). Sum of RGB (Red+Green+Blue) = 122+152+255=529 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.06% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A98FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A98FF is #856700. Grayscale: #9A9A9A. Windows color (decimal): -8742657 or 16750714. OLE color: 16750714.

HSL color Cylindrical-coordinate representation of color #7A98FF: hue angle of 226.47º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A98FF is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122152255-
CMYK0.520.4000
HSL226.47º100%73.92%-
HSV(B)226.47º52.16%100%-
XYZ37.333.8199.17-
YUV154.77184.56104.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.06%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 255 (100% from 255) = 48.20%
R=23.06%
G=28.73%
B=48.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221522550.520.4000226.4710073.92
Hex7A98FF342800e2644a
Octal172230377645000342144112
Binary11110101001100011111111110100101000001110001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A98FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A98FF; }

 p { color: rgb(122,152,255); }

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

<style>
 a { background-color: #7A98FF; }

 a { background-color: rgb(122,152,255); }

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

<style>
 span { border-color: #7A98FF; }

 span { border-color: rgb(122,152,255); }

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