#868ABB

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

Shades of Wild Blue Yonder #868ABB

Tints of Wild Blue Yonder #868ABB

Color information

#868ABB (or 0x868ABB) is unknown color: approx Wild Blue Yonder. HEX triplet: 86, 8A and BB. RGB value is (134,138,187). Sum of RGB (Red+Green+Blue) = 134+138+187=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #868ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ABB is #797544. Grayscale: #8E8E8E. Windows color (decimal): -7959877 or 12290694. OLE color: 12290694.

HSL color Cylindrical-coordinate representation of color #868ABB: hue angle of 235.47º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868ABB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134138187-
CMYK0.280.2600.27
HSL235.47º28.04%62.94%-
HSV(B)235.47º28.34%73.33%-
XYZ27.8926.8350.72-
YUV142.39153.17122.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.19%
GREEN value IS 138 (54.30% from 255) = 30.07%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=29.19%
G=30.07%
B=40.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341381870.280.2600.27235.4728.0462.94
Hex868ABB1C1A01Beb1c3f
Octal20621227334320333533477
Binary10000110100010101011101111100110100110111110101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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