#7784CD

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

Shades of Wild Blue Yonder #7784CD

Tints of Wild Blue Yonder #7784CD

Color information

#7784CD (or 0x7784CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 84 and CD. RGB value is (119,132,205). Sum of RGB (Red+Green+Blue) = 119+132+205=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7784CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7784CD is #887B32. Grayscale: #888888. Windows color (decimal): -8944435 or 13468791. OLE color: 13468791.

HSL color Cylindrical-coordinate representation of color #7784CD: hue angle of 230.93º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7784CD is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB119132205-
CMYK0.420.3600.20
HSL230.93º46.24%63.53%-
HSV(B)230.93º41.95%80.39%-
XYZ26.8824.8361.13-
YUV136.44166.69115.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 132 (51.95% from 255) = 28.95%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=26.10%
G=28.95%
B=44.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1191322050.420.3600.20230.9346.2463.53
Hex7784CD2A24014e72e40
Octal167204315524402434756100
Binary11101111000010011001101101010100100010100111001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7784CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7784CD; }

 p { color: rgb(119,132,205); }

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

<style>
 a { background-color: #7784CD; }

 a { background-color: rgb(119,132,205); }

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

<style>
 span { border-color: #7784CD; }

 span { border-color: rgb(119,132,205); }

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