#7A85CE

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

Shades of Wild Blue Yonder #7A85CE

Tints of Wild Blue Yonder #7A85CE

Color information

#7A85CE (or 0x7A85CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 85 and CE. RGB value is (122,133,206). Sum of RGB (Red+Green+Blue) = 122+133+206=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85CE is #857A31. Grayscale: #898989. Windows color (decimal): -8747570 or 13534586. OLE color: 13534586.

HSL color Cylindrical-coordinate representation of color #7A85CE: hue angle of 232.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A85CE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122133206-
CMYK0.410.3500.19
HSL232.14º46.15%64.31%-
HSV(B)232.14º40.78%80.78%-
XYZ27.5525.3761.84-
YUV138.03166.36116.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.46%
GREEN value IS 133 (52.34% from 255) = 28.85%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=26.46%
G=28.85%
B=44.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221332060.410.3500.19232.1446.1564.31
Hex7A85CE2923013e82e40
Octal172205316514302335056100
Binary11110101000010111001110101001100011010011111010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A85CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,133,206); }

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

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

 a { background-color: rgb(122,133,206); }

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

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

 span { border-color: rgb(122,133,206); }

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