#8198FA

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

Shades of Cornflower Blue #8198FA

Tints of Cornflower Blue #8198FA

Color information

#8198FA (or 0x8198FA) is unknown color: approx Cornflower Blue. HEX triplet: 81, 98 and FA. RGB value is (129,152,250). Sum of RGB (Red+Green+Blue) = 129+152+250=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #8198FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8198FA is #7E6705. Grayscale: #9B9B9B. Windows color (decimal): -8283910 or 16423041. OLE color: 16423041.

HSL color Cylindrical-coordinate representation of color #8198FA: hue angle of 228.6º 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 #8198FA is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129152250-
CMYK0.480.3900.02
HSL228.6º92.37%74.31%-
HSV(B)228.6º48.4%98.04%-
XYZ37.5434.0395.03-
YUV156.29180.88108.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.29%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 250 (98.05% from 255) = 47.08%
R=24.29%
G=28.63%
B=47.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291522500.480.3900.02228.692.3774.31
Hex8198FA302702e55c4a
Octal201230372604702345134112
Binary1000000110011000111110101100001001110101110010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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