#868AC0

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

Shades of Wild Blue Yonder #868AC0

Tints of Wild Blue Yonder #868AC0

Color information

#868AC0 (or 0x868AC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8A and C0. RGB value is (134,138,192). Sum of RGB (Red+Green+Blue) = 134+138+192=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #868AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AC0 is #79753F. Grayscale: #8E8E8E. Windows color (decimal): -7959872 or 12618374. OLE color: 12618374.

HSL color Cylindrical-coordinate representation of color #868AC0: hue angle of 235.86º 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 #868AC0 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134138192-
CMYK0.300.2800.25
HSL235.86º31.52%63.92%-
HSV(B)235.86º30.21%75.29%-
XYZ28.4327.0553.59-
YUV142.96155.67121.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=28.88%
G=29.74%
B=41.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341381920.300.2800.25235.8631.5263.92
Hex868AC01E1C019ec2040
Octal206212300363403135440100
Binary1000011010001010110000001111011100011001111011001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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