Html Css Color HEX #757FAA Ship Cove

📋 copy color: '#757FAA'

red 117 ◦ green 127 ◦ blue 170

#757FAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #757FAA

Tints of Ship Cove #757FAA

RGB

 RED value IS 117 (46.09% from 255) = 28.26%

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 28.26%
G = 30.68%
B = 41.06%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757FAA (or 0x757FAA) is known color: Ship Cove. HEX triplet: 75, 7F and AA. RGB value is (117,127,170). Sum of RGB (Red+Green+Blue) = 117+127+170=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #757FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAA is #8A8055. Grayscale: #808080. Windows color (decimal): -9076822 or 11173749. OLE color: 11173749.

HSL color Cylindrical-coordinate representation of color #757FAA: hue angle of 228.68º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757FAA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 127 170 -
CMYK 0.31 0.25 0 0.33
HSL 228.68º 0.24% 0.56% -
HSV(B) 228.68º 0.31% 0.67% -
XYZ 22.18 21.86 41.08 -
YUV 128.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 117 127 170 0.31 0.25 0 0.33 228.68 0.24 0.56
Hex 75 7F AA 1F 19 0 21 E5 18 38
Octal 165 177 252 37 31 0 41 345 30 70
Binary 1110101 1111111 10101010 11111 11001 0 100001 11100101 11000 111000

Color Harmonies of #757FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FAA

Black with #757FAA

Text Example


Text Example

White with #757FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,127,170); }

 H1.HeaderClassName
 {
   color: #757FAA;
 }
 .AnyTagClassName
 {
   color: #757FAA;
 }
</style>

background-color css

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

 a { background-color: rgb(117,127,170); }

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

border-color css

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

 span { border-color: rgb(117,127,170); }

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