#7B8CCA

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

Shades of Wild Blue Yonder #7B8CCA

Tints of Wild Blue Yonder #7B8CCA

Color information

#7B8CCA (or 0x7B8CCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8C and CA. RGB value is (123,140,202). Sum of RGB (Red+Green+Blue) = 123+140+202=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CCA is #847335. Grayscale: #8D8D8D. Windows color (decimal): -8680246 or 13274235. OLE color: 13274235.

HSL color Cylindrical-coordinate representation of color #7B8CCA: hue angle of 227.09º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B8CCA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123140202-
CMYK0.390.3100.21
HSL227.09º42.7%63.73%-
HSV(B)227.09º39.11%79.22%-
XYZ28.2127.2359.65-
YUV141.98161.87114.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=26.45%
G=30.11%
B=43.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231402020.390.3100.21227.0942.763.73
Hex7B8CCA271F015e32b40
Octal173214312473702534353100
Binary1111011100011001100101010011111111010101111000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,140,202); }

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

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

 a { background-color: rgb(123,140,202); }

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

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

 span { border-color: rgb(123,140,202); }

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