#7785BE

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

Shades of Wild Blue Yonder #7785BE

Tints of Wild Blue Yonder #7785BE

Color information

#7785BE (or 0x7785BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 85 and BE. RGB value is (119,133,190). Sum of RGB (Red+Green+Blue) = 119+133+190=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #7785BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785BE is #887A41. Grayscale: #878787. Windows color (decimal): -8944194 or 12486007. OLE color: 12486007.

HSL color Cylindrical-coordinate representation of color #7785BE: hue angle of 228.17º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7785BE is Cyan = 0.37, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119133190-
CMYK0.370.300.25
HSL228.17º35.32%60.59%-
HSV(B)228.17º37.37%74.51%-
XYZ25.2924.4152.09-
YUV135.31158.86116.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.92%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 190 (74.61% from 255) = 42.99%
R=26.92%
G=30.09%
B=42.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191331900.370.300.25228.1735.3260.59
Hex7785BE251E019e4233d
Octal16720527645360313444375
Binary111011110000101101111101001011111001100111100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7785BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7785BE; }

 p { color: rgb(119,133,190); }

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

<style>
 a { background-color: #7785BE; }

 a { background-color: rgb(119,133,190); }

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

<style>
 span { border-color: #7785BE; }

 span { border-color: rgb(119,133,190); }

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