#7B7EAF

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

Shades of Wild Blue Yonder #7B7EAF

Tints of Wild Blue Yonder #7B7EAF

Color information

#7B7EAF (or 0x7B7EAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 7E and AF. RGB value is (123,126,175). Sum of RGB (Red+Green+Blue) = 123+126+175=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B7EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7EAF is #848150. Grayscale: #828282. Windows color (decimal): -8683857 or 11501179. OLE color: 11501179.

HSL color Cylindrical-coordinate representation of color #7B7EAF: hue angle of 236.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B7EAF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123126175-
CMYK0.300.2800.31
HSL236.54º24.53%58.43%-
HSV(B)236.54º29.71%68.63%-
XYZ23.3722.2343.62-
YUV130.69153.01122.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.01%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=29.01%
G=29.72%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231261750.300.2800.31236.5424.5358.43
Hex7B7EAF1E1C01Fed193a
Octal17317625736340373553172
Binary111101111111101010111111110111000111111110110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,126,175); }

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

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

 a { background-color: rgb(123,126,175); }

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

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

 span { border-color: rgb(123,126,175); }

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