#7B7CAF

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

Shades of Wild Blue Yonder #7B7CAF

Tints of Wild Blue Yonder #7B7CAF

Color information

#7B7CAF (or 0x7B7CAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7B, 7C and AF. RGB value is (123,124,175). Sum of RGB (Red+Green+Blue) = 123+124+175=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B7CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7CAF is #848350. Grayscale: #818181. Windows color (decimal): -8684369 or 11500667. OLE color: 11500667.

HSL color Cylindrical-coordinate representation of color #7B7CAF: hue angle of 238.85º 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 #7B7CAF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB123124175-
CMYK0.300.2900.31
HSL238.85º24.53%58.43%-
HSV(B)238.85º29.71%68.63%-
XYZ23.1121.7243.53-
YUV129.51153.67123.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.15%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=29.15%
G=29.38%
B=41.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1231241750.300.2900.31238.8524.5358.43
Hex7B7CAF1E1D01Fef193a
Octal17317425736350373573172
Binary111101111111001010111111110111010111111110111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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