#7780C1

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

Shades of Wild Blue Yonder #7780C1

Tints of Wild Blue Yonder #7780C1

Color information

#7780C1 (or 0x7780C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 80 and C1. RGB value is (119,128,193). Sum of RGB (Red+Green+Blue) = 119+128+193=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #7780C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780C1 is #887F3E. Grayscale: #848484. Windows color (decimal): -8945471 or 12681335. OLE color: 12681335.

HSL color Cylindrical-coordinate representation of color #7780C1: hue angle of 232.7º 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 #7780C1 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119128193-
CMYK0.380.3400.24
HSL232.7º37.37%61.18%-
HSV(B)232.7º38.34%75.69%-
XYZ24.9523.2153.62-
YUV132.72162.02118.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 128 (50.39% from 255) = 29.09%
BLUE value IS 193 (75.78% from 255) = 43.86%
R=27.05%
G=29.09%
B=43.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191281930.380.3400.24232.737.3761.18
Hex7780C12622018e9253d
Octal16720030146420303514575
Binary1110111100000001100000110011010001001100011101001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,128,193); }

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

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

 a { background-color: rgb(119,128,193); }

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

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

 span { border-color: rgb(119,128,193); }

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