#888FC4

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

Shades of Wild Blue Yonder #888FC4

Tints of Wild Blue Yonder #888FC4

Color information

#888FC4 (or 0x888FC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 88, 8F and C4. RGB value is (136,143,196). Sum of RGB (Red+Green+Blue) = 136+143+196=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #888FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FC4 is #77703B. Grayscale: #929292. Windows color (decimal): -7827516 or 12881800. OLE color: 12881800.

HSL color Cylindrical-coordinate representation of color #888FC4: hue angle of 233º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #888FC4 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB136143196-
CMYK0.310.2700.23
HSL233º33.71%65.1%-
HSV(B)233º30.61%76.86%-
XYZ29.9428.8656.22-
YUV146.95155.68120.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.63%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=28.63%
G=30.11%
B=41.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1361431960.310.2700.2323333.7165.1
Hex888FC41F1B017e92241
Octal210217304373302735142101
Binary1000100010001111110001001111111011010111111010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,143,196); }

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

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

 a { background-color: rgb(136,143,196); }

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

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

 span { border-color: rgb(136,143,196); }

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