#8196FA

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

Shades of Cornflower Blue #8196FA

Tints of Cornflower Blue #8196FA

Color information

#8196FA (or 0x8196FA) is unknown color: approx Cornflower Blue. HEX triplet: 81, 96 and FA. RGB value is (129,150,250). Sum of RGB (Red+Green+Blue) = 129+150+250=529 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.39% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #8196FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8196FA is #7E6905. Grayscale: #9A9A9A. Windows color (decimal): -8284422 or 16422529. OLE color: 16422529.

HSL color Cylindrical-coordinate representation of color #8196FA: hue angle of 229.59º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8196FA is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129150250-
CMYK0.480.400.02
HSL229.59º92.37%74.31%-
HSV(B)229.59º48.4%98.04%-
XYZ37.2133.3894.92-
YUV155.12181.54109.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.39%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=24.39%
G=28.36%
B=47.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291502500.480.400.02229.5992.3774.31
Hex8196FA302802e65c4a
Octal201226372605002346134112
Binary1000000110010110111110101100001010000101110011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8196FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8196FA; }

 p { color: rgb(129,150,250); }

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

<style>
 a { background-color: #8196FA; }

 a { background-color: rgb(129,150,250); }

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

<style>
 span { border-color: #8196FA; }

 span { border-color: rgb(129,150,250); }

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