#738DC8

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

Shades of Wild Blue Yonder #738DC8

Tints of Wild Blue Yonder #738DC8

Color information

#738DC8 (or 0x738DC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8D and C8. RGB value is (115,141,200). Sum of RGB (Red+Green+Blue) = 115+141+200=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 200 - color contains mainly: blue. Hex color #738DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738DC8 is #8C7237. Grayscale: #8B8B8B. Windows color (decimal): -9204280 or 13143411. OLE color: 13143411.

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

Color convert

RGB115141200-
CMYK0.420.2900.22
HSL221.65º43.59%61.76%-
HSV(B)221.65º42.5%78.43%-
XYZ27.0226.8658.4-
YUV139.95161.89110.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.22%
GREEN value IS 141 (55.47% from 255) = 30.92%
BLUE value IS 200 (78.52% from 255) = 43.86%
R=25.22%
G=30.92%
B=43.86%

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
Decimal1151412000.420.2900.22221.6543.5961.76
Hex738DC82A1D016de2c3e
Octal16321531052350263365476
Binary111001110001101110010001010101110101011011011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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