#868AC6

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

Shades of Wild Blue Yonder #868AC6

Tints of Wild Blue Yonder #868AC6

Color information

#868AC6 (or 0x868AC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8A and C6. RGB value is (134,138,198). Sum of RGB (Red+Green+Blue) = 134+138+198=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #868AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868AC6 is #797539. Grayscale: #8F8F8F. Windows color (decimal): -7959866 or 13011590. OLE color: 13011590.

HSL color Cylindrical-coordinate representation of color #868AC6: hue angle of 236.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #868AC6 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134138198-
CMYK0.320.3000.22
HSL236.25º35.96%65.1%-
HSV(B)236.25º32.32%77.65%-
XYZ29.1127.3257.17-
YUV143.64158.67121.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 138 (54.30% from 255) = 29.36%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=28.51%
G=29.36%
B=42.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341381980.320.3000.22236.2535.9665.1
Hex868AC6201E016ec2441
Octal206212306403602635444101
Binary10000110100010101100011010000011110010110111011001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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