#7B98EC

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

Shades of Cornflower Blue #7B98EC

Tints of Cornflower Blue #7B98EC

Color information

#7B98EC (or 0x7B98EC) is unknown color: approx Cornflower Blue. HEX triplet: 7B, 98 and EC. RGB value is (123,152,236). Sum of RGB (Red+Green+Blue) = 123+152+236=511 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.07% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B98EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B98EC is #846713. Grayscale: #989898. Windows color (decimal): -8677140 or 15505531. OLE color: 15505531.

HSL color Cylindrical-coordinate representation of color #7B98EC: hue angle of 224.6º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B98EC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB123152236-
CMYK0.480.3600.07
HSL224.6º74.83%70.39%-
HSV(B)224.6º47.88%92.55%-
XYZ34.5432.7283.85-
YUV152.9174.89106.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.07%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=24.07%
G=29.75%
B=46.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1231522360.480.3600.07224.674.8370.39
Hex7B98EC302407e14b46
Octal173230354604407341113106
Binary1111011100110001110110011000010010001111110000110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B98EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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