#738DC6

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

Shades of Wild Blue Yonder #738DC6

Tints of Wild Blue Yonder #738DC6

Color information

#738DC6 (or 0x738DC6) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8D and C6. RGB value is (115,141,198). Sum of RGB (Red+Green+Blue) = 115+141+198=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #738DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DC6 is #8C7239. Grayscale: #8B8B8B. Windows color (decimal): -9204282 or 13012339. OLE color: 13012339.

HSL color Cylindrical-coordinate representation of color #738DC6: hue angle of 221.2º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #738DC6 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115141198-
CMYK0.420.2900.22
HSL221.2º42.13%61.37%-
HSV(B)221.2º41.92%77.65%-
XYZ26.7926.7757.18-
YUV139.72160.89110.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.33%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 198 (77.73% from 255) = 43.61%
R=25.33%
G=31.06%
B=43.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151411980.420.2900.22221.242.1361.37
Hex738DC62A1D016dd2a3d
Octal16321530652350263355275
Binary111001110001101110001101010101110101011011011101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738DC6; }

 p { color: rgb(115,141,198); }

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

<style>
 a { background-color: #738DC6; }

 a { background-color: rgb(115,141,198); }

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

<style>
 span { border-color: #738DC6; }

 span { border-color: rgb(115,141,198); }

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