#738CC8

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

Shades of Wild Blue Yonder #738CC8

Tints of Wild Blue Yonder #738CC8

Color information

#738CC8 (or 0x738CC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8C and C8. RGB value is (115,140,200). Sum of RGB (Red+Green+Blue) = 115+140+200=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #738CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CC8 is #8C7337. Grayscale: #8B8B8B. Windows color (decimal): -9204536 or 13143155. OLE color: 13143155.

HSL color Cylindrical-coordinate representation of color #738CC8: hue angle of 222.35º 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 #738CC8 is Cyan = 0.42, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115140200-
CMYK0.420.300.22
HSL222.35º43.59%61.76%-
HSV(B)222.35º42.5%78.43%-
XYZ26.8726.5758.36-
YUV139.36162.22110.62-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 140 (55.08% from 255) = 30.77%
BLUE value IS 200 (78.52% from 255) = 43.96%
R=25.27%
G=30.77%
B=43.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151402000.420.300.22222.3543.5961.76
Hex738CC82A1E016de2c3e
Octal16321431052360263365476
Binary111001110001100110010001010101111001011011011110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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