Html Css Color HEX #758DAC Ship Cove

📋 copy color: '#758DAC'

red 117 ◦ green 141 ◦ blue 172

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

Shades of Ship Cove #758DAC

Tints of Ship Cove #758DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.79%

 BLUE value IS 172 (67.58% from 255) = 40%

R = 27.21%
G = 32.79%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758DAC (or 0x758DAC) is known color: Ship Cove. HEX triplet: 75, 8D and AC. RGB value is (117,141,172). Sum of RGB (Red+Green+Blue) = 117+141+172=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #758DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DAC is #8A7253. Grayscale: #898989. Windows color (decimal): -9073236 or 11308405. OLE color: 11308405.

HSL color Cylindrical-coordinate representation of color #758DAC: hue angle of 213.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758DAC is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 141 172 -
CMYK 0.32 0.18 0 0.33
HSL 213.82º 0.25% 0.57% -
HSV(B) 213.82º 0.32% 0.67% -
XYZ 24.31 25.81 42.73 -
YUV 137.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 117 141 172 0.32 0.18 0 0.33 213.82 0.25 0.57
Hex 75 8D AC 20 12 0 21 D6 19 39
Octal 165 215 254 40 22 0 41 326 31 71
Binary 1110101 10001101 10101100 100000 10010 0 100001 11010110 11001 111001

Color Harmonies of #758DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DAC

Black with #758DAC

Text Example


Text Example

White with #758DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,172); }

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

background-color css

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

 a { background-color: rgb(117,141,172); }

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

border-color css

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

 span { border-color: rgb(117,141,172); }

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