#7B98F0

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

Shades of Cornflower Blue #7B98F0

Tints of Cornflower Blue #7B98F0

Color information

#7B98F0 (or 0x7B98F0) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 98 and F0. RGB value is (123,152,240). Sum of RGB (Red+Green+Blue) = 123+152+240=515 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.88% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 240 (94.14% from 255 or 46.60% from 515); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B98F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B98F0 is #84670F. Grayscale: #989898. Windows color (decimal): -8677136 or 15767675. OLE color: 15767675.

HSL color Cylindrical-coordinate representation of color #7B98F0: hue angle of 225.13º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B98F0 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123152240-
CMYK0.490.3700.06
HSL225.13º79.59%71.18%-
HSV(B)225.13º48.75%94.12%-
XYZ35.1232.9686.95-
YUV153.36176.89106.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.88%
GREEN value IS 152 (59.77% from 255) = 29.51%
BLUE value IS 240 (94.14% from 255) = 46.60%
R=23.88%
G=29.51%
B=46.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231522400.490.3700.06225.1379.5971.18
Hex7B98F0312506e15047
Octal173230360614506341120107
Binary1111011100110001111000011000110010101101110000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B98F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,152,240); }

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

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

 a { background-color: rgb(123,152,240); }

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

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

 span { border-color: rgb(123,152,240); }

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