#7A85CC

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

Shades of Wild Blue Yonder #7A85CC

Tints of Wild Blue Yonder #7A85CC

Color information

#7A85CC (or 0x7A85CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 85 and CC. RGB value is (122,133,204). Sum of RGB (Red+Green+Blue) = 122+133+204=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85CC is #857A33. Grayscale: #898989. Windows color (decimal): -8747572 or 13403514. OLE color: 13403514.

HSL color Cylindrical-coordinate representation of color #7A85CC: hue angle of 231.95º degrees, saturation: 0.45, 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 #7A85CC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB122133204-
CMYK0.400.3500.2
HSL231.95º44.57%63.92%-
HSV(B)231.95º40.2%80%-
XYZ27.3125.2760.57-
YUV137.8165.36116.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=26.58%
G=28.98%
B=44.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1221332040.400.3500.2231.9544.5763.92
Hex7A85CC2823014e82d40
Octal172205314504302435055100
Binary11110101000010111001100101000100011010100111010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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