#7A7BB2

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

Shades of Wild Blue Yonder #7A7BB2

Tints of Wild Blue Yonder #7A7BB2

Color information

#7A7BB2 (or 0x7A7BB2) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7B and B2. RGB value is (122,123,178). Sum of RGB (Red+Green+Blue) = 122+123+178=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A7BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7BB2 is #85844D. Grayscale: #808080. Windows color (decimal): -8750158 or 11697018. OLE color: 11697018.

HSL color Cylindrical-coordinate representation of color #7A7BB2: hue angle of 238.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A7BB2 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB122123178-
CMYK0.310.3100.30
HSL238.93º26.67%58.82%-
HSV(B)238.93º31.46%69.8%-
XYZ23.1421.5245.05-
YUV128.97155.67123.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 123 (48.44% from 255) = 29.08%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=28.84%
G=29.08%
B=42.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221231780.310.3100.30238.9326.6758.82
Hex7A7BB21F1F01Eef1b3b
Octal17217326237370363573373
Binary111101011110111011001011111111110111101110111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,123,178); }

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

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

 a { background-color: rgb(122,123,178); }

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

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

 span { border-color: rgb(122,123,178); }

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