#778CD0

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

Shades of Wild Blue Yonder #778CD0

Tints of Wild Blue Yonder #778CD0

Color information

#778CD0 (or 0x778CD0) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 8C and D0. RGB value is (119,140,208). Sum of RGB (Red+Green+Blue) = 119+140+208=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #778CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CD0 is #88732F. Grayscale: #8D8D8D. Windows color (decimal): -8942384 or 13667447. OLE color: 13667447.

HSL color Cylindrical-coordinate representation of color #778CD0: hue angle of 225.84º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778CD0 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119140208-
CMYK0.430.3300.18
HSL225.84º48.63%64.12%-
HSV(B)225.84º42.79%81.57%-
XYZ28.3727.2363.44-
YUV141.47165.54111.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=25.48%
G=29.98%
B=44.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191402080.430.3300.18225.8448.6364.12
Hex778CD02B21012e23140
Octal167214320534102234261100
Binary11101111000110011010000101011100001010010111000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778CD0; }

 p { color: rgb(119,140,208); }

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

<style>
 a { background-color: #778CD0; }

 a { background-color: rgb(119,140,208); }

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

<style>
 span { border-color: #778CD0; }

 span { border-color: rgb(119,140,208); }

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