#738FC1

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

Shades of Wild Blue Yonder #738FC1

Tints of Wild Blue Yonder #738FC1

Color information

#738FC1 (or 0x738FC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8F and C1. RGB value is (115,143,193). Sum of RGB (Red+Green+Blue) = 115+143+193=451 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.50% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #738FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FC1 is #8C703E. Grayscale: #8C8C8C. Windows color (decimal): -9203775 or 12685171. OLE color: 12685171.

HSL color Cylindrical-coordinate representation of color #738FC1: hue angle of 218.46º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738FC1 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB115143193-
CMYK0.400.2600.24
HSL218.46º38.61%60.39%-
HSV(B)218.46º40.41%75.69%-
XYZ26.5227.1454.29-
YUV140.33157.72109.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.50%
GREEN value IS 143 (56.25% from 255) = 31.71%
BLUE value IS 193 (75.78% from 255) = 42.79%
R=25.50%
G=31.71%
B=42.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151431930.400.2600.24218.4638.6160.39
Hex738FC1281A018da273c
Octal16321730150320303324774
Binary111001110001111110000011010001101001100011011010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,193); }

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

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

 a { background-color: rgb(115,143,193); }

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

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

 span { border-color: rgb(115,143,193); }

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