#7B8BCC

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

Shades of Wild Blue Yonder #7B8BCC

Tints of Wild Blue Yonder #7B8BCC

Color information

#7B8BCC (or 0x7B8BCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 8B and CC. RGB value is (123,139,204). Sum of RGB (Red+Green+Blue) = 123+139+204=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BCC is #847433. Grayscale: #8D8D8D. Windows color (decimal): -8680500 or 13405051. OLE color: 13405051.

HSL color Cylindrical-coordinate representation of color #7B8BCC: hue angle of 228.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8BCC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB123139204-
CMYK0.400.3200.2
HSL228.15º44.26%64.12%-
HSV(B)228.15º39.71%80%-
XYZ28.327.0460.85-
YUV141.63163.2114.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.39%
GREEN value IS 139 (54.69% from 255) = 29.83%
BLUE value IS 204 (80.08% from 255) = 43.78%
R=26.39%
G=29.83%
B=43.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1231392040.400.3200.2228.1544.2664.12
Hex7B8BCC2820014e42c40
Octal173213314504002434454100
Binary11110111000101111001100101000100000010100111001001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,139,204); }

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

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

 a { background-color: rgb(123,139,204); }

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

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

 span { border-color: rgb(123,139,204); }

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