#888CC1

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

Shades of Wild Blue Yonder #888CC1

Tints of Wild Blue Yonder #888CC1

Color information

#888CC1 (or 0x888CC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8C and C1. RGB value is (136,140,193). Sum of RGB (Red+Green+Blue) = 136+140+193=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #888CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CC1 is #77733E. Grayscale: #909090. Windows color (decimal): -7828287 or 12684424. OLE color: 12684424.

HSL color Cylindrical-coordinate representation of color #888CC1: hue angle of 235.79º 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 #888CC1 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136140193-
CMYK0.300.2700.24
HSL235.79º31.49%64.51%-
HSV(B)235.79º29.53%75.69%-
XYZ29.1627.8454.29-
YUV144.85155.17121.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=29.00%
G=29.85%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361401930.300.2700.24235.7931.4964.51
Hex888CC11E1B018ec1f41
Octal210214301363303035437101
Binary100010001000110011000001111101101101100011101100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888CC1; }

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

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

<style>
 a { background-color: #888CC1; }

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

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

<style>
 span { border-color: #888CC1; }

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

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