#7B8ABE

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

Shades of Wild Blue Yonder #7B8ABE

Tints of Wild Blue Yonder #7B8ABE

Color information

#7B8ABE (or 0x7B8ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8A and BE. RGB value is (123,138,190). Sum of RGB (Red+Green+Blue) = 123+138+190=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ABE is #847541. Grayscale: #8B8B8B. Windows color (decimal): -8680770 or 12487291. OLE color: 12487291.

HSL color Cylindrical-coordinate representation of color #7B8ABE: hue angle of 226.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B8ABE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB123138190-
CMYK0.350.2700.25
HSL226.57º34.01%61.37%-
HSV(B)226.57º35.26%74.51%-
XYZ26.5526.1152.35-
YUV139.44156.53116.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=27.27%
G=30.60%
B=42.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231381900.350.2700.25226.5734.0161.37
Hex7B8ABE231B019e3223d
Octal17321227643330313434275
Binary111101110001010101111101000111101101100111100011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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