#7892C1

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

Shades of Wild Blue Yonder #7892C1

Tints of Wild Blue Yonder #7892C1

Color information

#7892C1 (or 0x7892C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 78, 92 and C1. RGB value is (120,146,193). Sum of RGB (Red+Green+Blue) = 120+146+193=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #7892C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892C1 is #876D3E. Grayscale: #8F8F8F. Windows color (decimal): -8875327 or 12685944. OLE color: 12685944.

HSL color Cylindrical-coordinate representation of color #7892C1: hue angle of 218.63º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7892C1 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120146193-
CMYK0.380.2400.24
HSL218.63º37.06%61.37%-
HSV(B)218.63º37.82%75.69%-
XYZ27.6528.454.48-
YUV143.58155.89111.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=26.14%
G=31.81%
B=42.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201461930.380.2400.24218.6337.0661.37
Hex7892C12618018db253d
Octal17022230146300303334575
Binary111100010010010110000011001101100001100011011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7892C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7892C1; }

 p { color: rgb(120,146,193); }

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

<style>
 a { background-color: #7892C1; }

 a { background-color: rgb(120,146,193); }

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

<style>
 span { border-color: #7892C1; }

 span { border-color: rgb(120,146,193); }

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