Html Css Color HEX #758AB0 Ship Cove

📋 copy color: '#758AB0'

red 117 ◦ green 138 ◦ blue 176

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

Shades of Ship Cove #758AB0

Tints of Ship Cove #758AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.84%

R = 27.15%
G = 32.02%
B = 40.84%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#758AB0 (or 0x758AB0) is known color: Ship Cove. HEX triplet: 75, 8A and B0. RGB value is (117,138,176). Sum of RGB (Red+Green+Blue) = 117+138+176=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 176 - color contains mainly: blue. Hex color #758AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AB0 is #8A754F. Grayscale: #878787. Windows color (decimal): -9074000 or 11569781. OLE color: 11569781.

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

Color convert

RGB 117 138 176 -
CMYK 0.34 0.22 0 0.31
HSL 218.64º 0.27% 0.57% -
HSV(B) 218.64º 0.34% 0.69% -
XYZ 24.26 25.09 44.64 -
YUV 136.05 150.54 114.41 -
System Red Green Blue C M Y K H S L
Decimal 117 138 176 0.34 0.22 0 0.31 218.64 0.27 0.57
Hex 75 8A B0 22 16 0 1F DB 1B 39
Octal 165 212 260 42 26 0 37 333 33 71
Binary 1110101 10001010 10110000 100010 10110 0 11111 11011011 11011 111001

Color Harmonies of #758AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AB0

Black with #758AB0

Text Example


Text Example

White with #758AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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