#7C95FE

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

Shades of Cornflower Blue #7C95FE

Tints of Cornflower Blue #7C95FE

Color information

#7C95FE (or 0x7C95FE) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 95 and FE. RGB value is (124,149,254). Sum of RGB (Red+Green+Blue) = 124+149+254=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C95FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C95FE is #836A01. Grayscale: #999999. Windows color (decimal): -8612354 or 16684412. OLE color: 16684412.

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

Color convert

RGB124149254-
CMYK0.510.4100.00
HSL228.46º98.48%74.12%-
HSV(B)228.46º51.18%99.61%-
XYZ36.9532.9498.18-
YUV153.49184.72106.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.53%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=23.53%
G=28.27%
B=48.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1241492540.510.4100.00228.4698.4874.12
Hex7C95FE332900e4624a
Octal174225376635100344142112
Binary11111001001010111111110110011101001001110010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C95FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,149,254); }

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

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

 a { background-color: rgb(124,149,254); }

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

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

 span { border-color: rgb(124,149,254); }

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