#7A8FFF

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

Shades of Cornflower Blue #7A8FFF

Tints of Cornflower Blue #7A8FFF

Color information

#7A8FFF (or 0x7A8FFF) is unknown color: approx Cornflower Blue. HEX triplet: 7A, 8F and FF. RGB value is (122,143,255). Sum of RGB (Red+Green+Blue) = 122+143+255=520 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.46% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8FFF is #857000. Grayscale: #959595. Windows color (decimal): -8744961 or 16748410. OLE color: 16748410.

HSL color Cylindrical-coordinate representation of color #7A8FFF: hue angle of 230.53º 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 #7A8FFF is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB122143255-
CMYK0.520.4400
HSL230.53º100%73.92%-
HSV(B)230.53º52.16%100%-
XYZ35.93198.7-
YUV149.49187.54108.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.46%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 255 (100% from 255) = 49.04%
R=23.46%
G=27.5%
B=49.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1221432550.520.4400230.5310073.92
Hex7A8FFF342C00e7644a
Octal172217377645400347144112
Binary11110101000111111111111110100101100001110011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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