#8195FD

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

Shades of Cornflower Blue #8195FD

Tints of Cornflower Blue #8195FD

Color information

#8195FD (or 0x8195FD) is unknown color: approx Cornflower Blue. HEX triplet: 81, 95 and FD. RGB value is (129,149,253). Sum of RGB (Red+Green+Blue) = 129+149+253=531 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.29% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #8195FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8195FD is #7E6A02. Grayscale: #9A9A9A. Windows color (decimal): -8284675 or 16618881. OLE color: 16618881.

HSL color Cylindrical-coordinate representation of color #8195FD: hue angle of 230.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8195FD is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB129149253-
CMYK0.490.4100.01
HSL230.32º96.88%74.9%-
HSV(B)230.32º49.01%99.22%-
XYZ37.5333.2597.37-
YUV154.88183.37109.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.29%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=24.29%
G=28.06%
B=47.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291492530.490.4100.01230.3296.8874.9
Hex8195FD312901e6614b
Octal201225375615101346141113
Binary100000011001010111111101110001101001011110011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8195FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8195FD; }

 p { color: rgb(129,149,253); }

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

<style>
 a { background-color: #8195FD; }

 a { background-color: rgb(129,149,253); }

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

<style>
 span { border-color: #8195FD; }

 span { border-color: rgb(129,149,253); }

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