#868AC1

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

Shades of Wild Blue Yonder #868AC1

Tints of Wild Blue Yonder #868AC1

Color information

#868AC1 (or 0x868AC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8A and C1. RGB value is (134,138,193). Sum of RGB (Red+Green+Blue) = 134+138+193=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #868AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AC1 is #79753E. Grayscale: #8E8E8E. Windows color (decimal): -7959871 or 12683910. OLE color: 12683910.

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

Color convert

RGB134138193-
CMYK0.310.2800.24
HSL235.93º32.24%64.12%-
HSV(B)235.93º30.57%75.69%-
XYZ28.5527.154.18-
YUV143.07156.17121.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.82%
GREEN value IS 138 (54.30% from 255) = 29.68%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=28.82%
G=29.68%
B=41.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1341381930.310.2800.24235.9332.2464.12
Hex868AC11F1C018ec2040
Octal206212301373403035440100
Binary1000011010001010110000011111111100011000111011001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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