#748AC8

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

Shades of Wild Blue Yonder #748AC8

Tints of Wild Blue Yonder #748AC8

Color information

#748AC8 (or 0x748AC8) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8A and C8. RGB value is (116,138,200). Sum of RGB (Red+Green+Blue) = 116+138+200=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #748AC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AC8 is #8B7537. Grayscale: #8A8A8A. Windows color (decimal): -9139512 or 13142644. OLE color: 13142644.

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

Color convert

RGB116138200-
CMYK0.420.3100.22
HSL224.29º43.3%61.96%-
HSV(B)224.29º42%78.43%-
XYZ26.7226.0658.27-
YUV138.49162.71111.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.55%
GREEN value IS 138 (54.30% from 255) = 30.40%
BLUE value IS 200 (78.52% from 255) = 44.05%
R=25.55%
G=30.40%
B=44.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161382000.420.3100.22224.2943.361.96
Hex748AC82A1F016e02b3e
Octal16421231052370263405376
Binary111010010001010110010001010101111101011011100000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748AC8; }

 p { color: rgb(116,138,200); }

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

<style>
 a { background-color: #748AC8; }

 a { background-color: rgb(116,138,200); }

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

<style>
 span { border-color: #748AC8; }

 span { border-color: rgb(116,138,200); }

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