#7B8ACE

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

Shades of Wild Blue Yonder #7B8ACE

Tints of Wild Blue Yonder #7B8ACE

Color information

#7B8ACE (or 0x7B8ACE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8A and CE. RGB value is (123,138,206). Sum of RGB (Red+Green+Blue) = 123+138+206=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ACE is #847531. Grayscale: #8C8C8C. Windows color (decimal): -8680754 or 13535867. OLE color: 13535867.

HSL color Cylindrical-coordinate representation of color #7B8ACE: hue angle of 229.16º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8ACE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123138206-
CMYK0.400.3300.19
HSL229.16º45.86%64.51%-
HSV(B)229.16º40.29%80.78%-
XYZ28.426.8462.08-
YUV141.27164.53114.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.34%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=26.34%
G=29.55%
B=44.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231382060.400.3300.19229.1645.8664.51
Hex7B8ACE2821013e52e41
Octal173212316504102334556101
Binary11110111000101011001110101000100001010011111001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B8ACE; }

 p { color: rgb(123,138,206); }

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

<style>
 a { background-color: #7B8ACE; }

 a { background-color: rgb(123,138,206); }

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

<style>
 span { border-color: #7B8ACE; }

 span { border-color: rgb(123,138,206); }

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