#777CC1

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

Shades of Wild Blue Yonder #777CC1

Tints of Wild Blue Yonder #777CC1

Color information

#777CC1 (or 0x777CC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7C and C1. RGB value is (119,124,193). Sum of RGB (Red+Green+Blue) = 119+124+193=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #777CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CC1 is #88833E. Grayscale: #828282. Windows color (decimal): -8946495 or 12680311. OLE color: 12680311.

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

Color convert

RGB119124193-
CMYK0.380.3600.24
HSL235.95º37.37%61.18%-
HSV(B)235.95º38.34%75.69%-
XYZ24.4422.1953.45-
YUV130.37163.34119.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.29%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=27.29%
G=28.44%
B=44.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191241930.380.3600.24235.9537.3761.18
Hex777CC12624018ec253d
Octal16717430146440303544575
Binary111011111111001100000110011010010001100011101100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777CC1; }

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

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

<style>
 a { background-color: #777CC1; }

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

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

<style>
 span { border-color: #777CC1; }

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

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