#7B8AC7

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

Shades of Wild Blue Yonder #7B8AC7

Tints of Wild Blue Yonder #7B8AC7

Color information

#7B8AC7 (or 0x7B8AC7) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8A and C7. RGB value is (123,138,199). Sum of RGB (Red+Green+Blue) = 123+138+199=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 199 - color contains mainly: blue. Hex color #7B8AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8AC7 is #847538. Grayscale: #8C8C8C. Windows color (decimal): -8680761 or 13077115. OLE color: 13077115.

HSL color Cylindrical-coordinate representation of color #7B8AC7: hue angle of 228.16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B8AC7 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB123138199-
CMYK0.380.3100.22
HSL228.16º40.43%63.14%-
HSV(B)228.16º38.19%78.04%-
XYZ27.5726.5157.7-
YUV140.47161.03115.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 199 (78.12% from 255) = 43.26%
R=26.74%
G=30%
B=43.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231381990.380.3100.22228.1640.4363.14
Hex7B8AC7261F016e4283f
Octal17321230746370263445077
Binary111101110001010110001111001101111101011011100100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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