Html Css Color HEX #758AAA Ship Cove

📋 copy color: '#758AAA'

red 117 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #758AAA

Tints of Ship Cove #758AAA

RGB

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

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

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

R = 27.53%
G = 32.47%
B = 40%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758AAA (or 0x758AAA) is known color: Ship Cove. HEX triplet: 75, 8A and AA. RGB value is (117,138,170). Sum of RGB (Red+Green+Blue) = 117+138+170=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #758AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AAA is #8A7555. Grayscale: #878787. Windows color (decimal): -9074006 or 11176565. OLE color: 11176565.

HSL color Cylindrical-coordinate representation of color #758AAA: hue angle of 216.23º 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 #758AAA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 138 170 -
CMYK 0.31 0.19 0 0.33
HSL 216.23º 0.24% 0.56% -
HSV(B) 216.23º 0.31% 0.67% -
XYZ 23.68 24.86 41.58 -
YUV 135.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 117 138 170 0.31 0.19 0 0.33 216.23 0.24 0.56
Hex 75 8A AA 1F 13 0 21 D8 18 38
Octal 165 212 252 37 23 0 41 330 30 70
Binary 1110101 10001010 10101010 11111 10011 0 100001 11011000 11000 111000

Color Harmonies of #758AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AAA

Black with #758AAA

Text Example


Text Example

White with #758AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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