#757CB8

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

Shades of Wild Blue Yonder #757CB8

Tints of Wild Blue Yonder #757CB8

Color information

#757CB8 (or 0x757CB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7C and B8. RGB value is (117,124,184). Sum of RGB (Red+Green+Blue) = 117+124+184=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 184 - color contains mainly: blue. Hex color #757CB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CB8 is #8A8347. Grayscale: #808080. Windows color (decimal): -9077576 or 12090485. OLE color: 12090485.

HSL color Cylindrical-coordinate representation of color #757CB8: hue angle of 233.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #757CB8 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB117124184-
CMYK0.360.3300.28
HSL233.73º32.06%59.02%-
HSV(B)233.73º36.41%72.16%-
XYZ23.221.6648.31-
YUV128.75159.18119.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.53%
GREEN value IS 124 (48.83% from 255) = 29.18%
BLUE value IS 184 (72.27% from 255) = 43.29%
R=27.53%
G=29.18%
B=43.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171241840.360.3300.28233.7332.0659.02
Hex757CB8242101Cea203b
Octal16517427044410343524073
Binary111010111111001011100010010010000101110011101010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757CB8; }

 p { color: rgb(117,124,184); }

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

<style>
 a { background-color: #757CB8; }

 a { background-color: rgb(117,124,184); }

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

<style>
 span { border-color: #757CB8; }

 span { border-color: rgb(117,124,184); }

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