#868DC1

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

Shades of Wild Blue Yonder #868DC1

Tints of Wild Blue Yonder #868DC1

Color information

#868DC1 (or 0x868DC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8D and C1. RGB value is (134,141,193). Sum of RGB (Red+Green+Blue) = 134+141+193=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #868DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868DC1 is #79723E. Grayscale: #909090. Windows color (decimal): -7959103 or 12684678. OLE color: 12684678.

HSL color Cylindrical-coordinate representation of color #868DC1: hue angle of 232.88º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #868DC1 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB134141193-
CMYK0.310.2700.24
HSL232.88º32.24%64.12%-
HSV(B)232.88º30.57%75.69%-
XYZ28.9827.9754.32-
YUV144.84155.18120.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=28.63%
G=30.13%
B=41.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341411930.310.2700.24232.8832.2464.12
Hex868DC11F1B018e92040
Octal206215301373303035140100
Binary1000011010001101110000011111111011011000111010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,141,193); }

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

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

 a { background-color: rgb(134,141,193); }

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

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

 span { border-color: rgb(134,141,193); }

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