#757DC3

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

Shades of Wild Blue Yonder #757DC3

Tints of Wild Blue Yonder #757DC3

Color information

#757DC3 (or 0x757DC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7D and C3. RGB value is (117,125,195). Sum of RGB (Red+Green+Blue) = 117+125+195=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #757DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757DC3 is #8A823C. Grayscale: #828282. Windows color (decimal): -9077309 or 12811637. OLE color: 12811637.

HSL color Cylindrical-coordinate representation of color #757DC3: hue angle of 233.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757DC3 is Cyan = 0.4, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117125195-
CMYK0.40.3600.24
HSL233.85º39.39%61.18%-
HSV(B)233.85º40%76.47%-
XYZ24.5222.3954.66-
YUV130.59164.35118.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=26.77%
G=28.60%
B=44.62%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171251950.40.3600.24233.8539.3961.18
Hex757DC32824018ea273d
Octal16517530350440303524775
Binary111010111111011100001110100010010001100011101010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,125,195); }

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

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

 a { background-color: rgb(117,125,195); }

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

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

 span { border-color: rgb(117,125,195); }

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