Html Css Color HEX #758AAF Ship Cove

📋 copy color: '#758AAF'

red 117 ◦ green 138 ◦ blue 175

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

Shades of Ship Cove #758AAF

Tints of Ship Cove #758AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 27.21%
G = 32.09%
B = 40.7%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#758AAF (or 0x758AAF) is known color: Ship Cove. HEX triplet: 75, 8A and AF. RGB value is (117,138,175). Sum of RGB (Red+Green+Blue) = 117+138+175=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #758AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AAF is #8A7550. Grayscale: #878787. Windows color (decimal): -9074001 or 11504245. OLE color: 11504245.

HSL color Cylindrical-coordinate representation of color #758AAF: hue angle of 218.28º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758AAF is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 138 175 -
CMYK 0.33 0.21 0 0.31
HSL 218.28º 0.27% 0.57% -
HSV(B) 218.28º 0.33% 0.69% -
XYZ 24.16 25.05 44.12 -
YUV 135.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 117 138 175 0.33 0.21 0 0.31 218.28 0.27 0.57
Hex 75 8A AF 21 15 0 1F DA 1B 39
Octal 165 212 257 41 25 0 37 332 33 71
Binary 1110101 10001010 10101111 100001 10101 0 11111 11011010 11011 111001

Color Harmonies of #758AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AAF

Black with #758AAF

Text Example


Text Example

White with #758AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758AAF; }

 p { color: rgb(117,138,175); }

 H1.HeaderClassName
 {
   color: #758AAF;
 }
 .AnyTagClassName
 {
   color: #758AAF;
 }
</style>

background-color css

<style>
 a { background-color: #758AAF; }

 a { background-color: rgb(117,138,175); }

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

border-color css

<style>
 span { border-color: #758AAF; }

 span { border-color: rgb(117,138,175); }

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