#777FC8

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

Shades of Wild Blue Yonder #777FC8

Tints of Wild Blue Yonder #777FC8

Color information

#777FC8 (or 0x777FC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7F and C8. RGB value is (119,127,200). Sum of RGB (Red+Green+Blue) = 119+127+200=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 200 - color contains mainly: blue. Hex color #777FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FC8 is #888037. Grayscale: #848484. Windows color (decimal): -8945720 or 13139831. OLE color: 13139831.

HSL color Cylindrical-coordinate representation of color #777FC8: hue angle of 234.07º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #777FC8 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119127200-
CMYK0.400.3600.22
HSL234.07º42.41%62.55%-
HSV(B)234.07º40.5%78.43%-
XYZ25.6223.2757.78-
YUV132.93165.85118.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=26.68%
G=28.48%
B=44.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191272000.400.3600.22234.0742.4162.55
Hex777FC82824016ea2a3f
Octal16717731050440263525277
Binary111011111111111100100010100010010001011011101010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,200); }

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

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

 a { background-color: rgb(119,127,200); }

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

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

 span { border-color: rgb(119,127,200); }

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