#7F97FC

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

Shades of Cornflower Blue #7F97FC

Tints of Cornflower Blue #7F97FC

Color information

#7F97FC (or 0x7F97FC) is unknown color: approx Cornflower Blue. HEX triplet: 7F, 97 and FC. RGB value is (127,151,252). Sum of RGB (Red+Green+Blue) = 127+151+252=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F97FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F97FC is #806803. Grayscale: #9A9A9A. Windows color (decimal): -8415236 or 16553855. OLE color: 16553855.

HSL color Cylindrical-coordinate representation of color #7F97FC: hue angle of 228.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F97FC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127151252-
CMYK0.500.4000.01
HSL228.48º95.42%74.31%-
HSV(B)228.48º49.6%98.82%-
XYZ37.3933.6796.62-
YUV155.34182.55107.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=23.96%
G=28.49%
B=47.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271512520.500.4000.01228.4895.4274.31
Hex7F97FC322801e45f4a
Octal177227374625001344137112
Binary11111111001011111111100110010101000011110010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,151,252); }

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

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

 a { background-color: rgb(127,151,252); }

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

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

 span { border-color: rgb(127,151,252); }

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