#868CC0

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

Shades of Wild Blue Yonder #868CC0

Tints of Wild Blue Yonder #868CC0

Color information

#868CC0 (or 0x868CC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8C and C0. RGB value is (134,140,192). Sum of RGB (Red+Green+Blue) = 134+140+192=466 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.76% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #868CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CC0 is #79733F. Grayscale: #8F8F8F. Windows color (decimal): -7959360 or 12618886. OLE color: 12618886.

HSL color Cylindrical-coordinate representation of color #868CC0: hue angle of 233.79º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #868CC0 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134140192-
CMYK0.300.2700.25
HSL233.79º31.52%63.92%-
HSV(B)233.79º30.21%75.29%-
XYZ28.7227.6353.69-
YUV144.13155.01120.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.76%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 192 (75.39% from 255) = 41.20%
R=28.76%
G=30.04%
B=41.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341401920.300.2700.25233.7931.5263.92
Hex868CC01E1B019ea2040
Octal206214300363303135240100
Binary1000011010001100110000001111011011011001111010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868CC0; }

 p { color: rgb(134,140,192); }

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

<style>
 a { background-color: #868CC0; }

 a { background-color: rgb(134,140,192); }

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

<style>
 span { border-color: #868CC0; }

 span { border-color: rgb(134,140,192); }

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