#757BC3

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

Shades of Wild Blue Yonder #757BC3

Tints of Wild Blue Yonder #757BC3

Color information

#757BC3 (or 0x757BC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7B and C3. RGB value is (117,123,195). Sum of RGB (Red+Green+Blue) = 117+123+195=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #757BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757BC3 is #8A843C. Grayscale: #818181. Windows color (decimal): -9077821 or 12811125. OLE color: 12811125.

HSL color Cylindrical-coordinate representation of color #757BC3: hue angle of 235.38º 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 #757BC3 is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117123195-
CMYK0.40.3700.24
HSL235.38º39.39%61.18%-
HSV(B)235.38º40%76.47%-
XYZ24.2721.8954.58-
YUV129.41165.01119.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 123 (48.44% from 255) = 28.28%
BLUE value IS 195 (76.56% from 255) = 44.83%
R=26.90%
G=28.28%
B=44.83%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171231950.40.3700.24235.3839.3961.18
Hex757BC32825018eb273d
Octal16517330350450303534775
Binary111010111110111100001110100010010101100011101011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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