#757CC4

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

Shades of Wild Blue Yonder #757CC4

Tints of Wild Blue Yonder #757CC4

Color information

#757CC4 (or 0x757CC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 7C and C4. RGB value is (117,124,196). Sum of RGB (Red+Green+Blue) = 117+124+196=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #757CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CC4 is #8A833B. Grayscale: #818181. Windows color (decimal): -9077564 or 12876917. OLE color: 12876917.

HSL color Cylindrical-coordinate representation of color #757CC4: hue angle of 234.68º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #757CC4 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB117124196-
CMYK0.400.3700.23
HSL234.68º40.1%61.37%-
HSV(B)234.68º40.31%76.86%-
XYZ24.5122.1855.21-
YUV130.11165.18118.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.77%
GREEN value IS 124 (48.83% from 255) = 28.38%
BLUE value IS 196 (76.95% from 255) = 44.85%
R=26.77%
G=28.38%
B=44.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1171241960.400.3700.23234.6840.161.37
Hex757CC42825017eb283d
Octal16517430450450273535075
Binary111010111111001100010010100010010101011111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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