Html Css Color HEX #757AA1 Ship Cove

📋 copy color: '#757AA1'

red 117 ◦ green 122 ◦ blue 161

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

Shades of Ship Cove #757AA1

Tints of Ship Cove #757AA1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 29.25%
G = 30.5%
B = 40.25%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#757AA1 (or 0x757AA1) is known color: Ship Cove. HEX triplet: 75, 7A and A1. RGB value is (117,122,161). Sum of RGB (Red+Green+Blue) = 117+122+161=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #757AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757AA1 is #8A855E. Grayscale: #7C7C7C. Windows color (decimal): -9078111 or 10582645. OLE color: 10582645.

HSL color Cylindrical-coordinate representation of color #757AA1: hue angle of 233.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #757AA1 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 122 161 -
CMYK 0.27 0.24 0 0.37
HSL 233.18º 0.19% 0.55% -
HSV(B) 233.18º 0.27% 0.63% -
XYZ 20.73 20.27 36.54 -
YUV 124.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 117 122 161 0.27 0.24 0 0.37 233.18 0.19 0.55
Hex 75 7A A1 1B 18 0 25 E9 13 37
Octal 165 172 241 33 30 0 45 351 23 67
Binary 1110101 1111010 10100001 11011 11000 0 100101 11101001 10011 110111

Color Harmonies of #757AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AA1

Black with #757AA1

Text Example


Text Example

White with #757AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,122,161); }

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

background-color css

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

 a { background-color: rgb(117,122,161); }

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

border-color css

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

 span { border-color: rgb(117,122,161); }

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