#818FC1

Color #818FC1 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #818FC1

Tints of Wild Blue Yonder #818FC1

Color information

#818FC1 (or 0x818FC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 81, 8F and C1. RGB value is (129,143,193). Sum of RGB (Red+Green+Blue) = 129+143+193=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #818FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818FC1 is #7E703E. Grayscale: #909090. Windows color (decimal): -8286271 or 12685185. OLE color: 12685185.

HSL color Cylindrical-coordinate representation of color #818FC1: hue angle of 226.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #818FC1 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB129143193-
CMYK0.330.2600.24
HSL226.88º34.04%63.14%-
HSV(B)226.88º33.16%75.69%-
XYZ28.528.1654.39-
YUV144.51155.36116.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=27.74%
G=30.75%
B=41.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1291431930.330.2600.24226.8834.0463.14
Hex818FC1211A018e3223f
Octal20121730141320303434277
Binary1000000110001111110000011000011101001100011100011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818FC1; }

 p { color: rgb(129,143,193); }

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

<style>
 a { background-color: #818FC1; }

 a { background-color: rgb(129,143,193); }

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

<style>
 span { border-color: #818FC1; }

 span { border-color: rgb(129,143,193); }

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