#8895C1

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

Shades of Wild Blue Yonder #8895C1

Tints of Wild Blue Yonder #8895C1

Color information

#8895C1 (or 0x8895C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 95 and C1. RGB value is (136,149,193). Sum of RGB (Red+Green+Blue) = 136+149+193=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #8895C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895C1 is #776A3E. Grayscale: #959595. Windows color (decimal): -7825983 or 12686728. OLE color: 12686728.

HSL color Cylindrical-coordinate representation of color #8895C1: hue angle of 226.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8895C1 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136149193-
CMYK0.300.2300.24
HSL226.32º31.49%64.51%-
HSV(B)226.32º29.53%75.69%-
XYZ30.5330.5854.75-
YUV150.13152.19117.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.45%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=28.45%
G=31.17%
B=40.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361491930.300.2300.24226.3231.4964.51
Hex8895C11E17018e21f41
Octal210225301362703034237101
Binary100010001001010111000001111101011101100011100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8895C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8895C1; }

 p { color: rgb(136,149,193); }

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

<style>
 a { background-color: #8895C1; }

 a { background-color: rgb(136,149,193); }

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

<style>
 span { border-color: #8895C1; }

 span { border-color: rgb(136,149,193); }

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