#7181E3

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

Shades of Cornflower Blue #7181E3

Tints of Cornflower Blue #7181E3

Color information

#7181E3 (or 0x7181E3) is unknown color: approx Cornflower Blue. HEX triplet: 71, 81 and E3. RGB value is (113,129,227). Sum of RGB (Red+Green+Blue) = 113+129+227=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #7181E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181E3 is #8E7E1C. Grayscale: #868686. Windows color (decimal): -9338397 or 14909809. OLE color: 14909809.

HSL color Cylindrical-coordinate representation of color #7181E3: hue angle of 231.58º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7181E3 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB113129227-
CMYK0.500.4300.11
HSL231.58º67.06%66.67%-
HSV(B)231.58º50.22%89.02%-
XYZ28.5324.7675.95-
YUV135.39179.7112.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.09%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 227 (89.06% from 255) = 48.40%
R=24.09%
G=27.51%
B=48.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1131292270.500.4300.11231.5867.0666.67
Hex7181E3322B0Be84343
Octal1612013436253013350103103
Binary11100011000000111100011110010101011010111110100010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7181E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7181E3; }

 p { color: rgb(113,129,227); }

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

<style>
 a { background-color: #7181E3; }

 a { background-color: rgb(113,129,227); }

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

<style>
 span { border-color: #7181E3; }

 span { border-color: rgb(113,129,227); }

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