#8192FE

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

Shades of Cornflower Blue #8192FE

Tints of Cornflower Blue #8192FE

Color information

#8192FE (or 0x8192FE) is unknown color: approx Cornflower Blue. HEX triplet: 81, 92 and FE. RGB value is (129,146,254). Sum of RGB (Red+Green+Blue) = 129+146+254=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #8192FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8192FE is #7E6D01. Grayscale: #989898. Windows color (decimal): -8285442 or 16683649. OLE color: 16683649.

HSL color Cylindrical-coordinate representation of color #8192FE: hue angle of 231.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8192FE is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129146254-
CMYK0.490.4300.00
HSL231.84º98.43%75.1%-
HSV(B)231.84º49.21%99.61%-
XYZ37.2232.3898.05-
YUV153.23184.87110.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.39%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=24.39%
G=27.60%
B=48.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291462540.490.4300.00231.8498.4375.1
Hex8192FE312B00e8624b
Octal201222376615300350142113
Binary100000011001001011111110110001101011001110100011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8192FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8192FE; }

 p { color: rgb(129,146,254); }

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

<style>
 a { background-color: #8192FE; }

 a { background-color: rgb(129,146,254); }

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

<style>
 span { border-color: #8192FE; }

 span { border-color: rgb(129,146,254); }

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