Html Css Color HEX #758DB0 Ship Cove

📋 copy color: '#758DB0'

red 117 ◦ green 141 ◦ blue 176

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

Shades of Ship Cove #758DB0

Tints of Ship Cove #758DB0

RGB

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

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

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

R = 26.96%
G = 32.49%
B = 40.55%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#758DB0 (or 0x758DB0) is known color: Ship Cove. HEX triplet: 75, 8D and B0. RGB value is (117,141,176). Sum of RGB (Red+Green+Blue) = 117+141+176=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #758DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DB0 is #8A724F. Grayscale: #898989. Windows color (decimal): -9073232 or 11570549. OLE color: 11570549.

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

Color convert

RGB 117 141 176 -
CMYK 0.34 0.20 0 0.31
HSL 215.59º 0.27% 0.57% -
HSV(B) 215.59º 0.34% 0.69% -
XYZ 24.7 25.97 44.78 -
YUV 137.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 117 141 176 0.34 0.20 0 0.31 215.59 0.27 0.57
Hex 75 8D B0 22 14 0 1F D8 1B 39
Octal 165 215 260 42 24 0 37 330 33 71
Binary 1110101 10001101 10110000 100010 10100 0 11111 11011000 11011 111001

Color Harmonies of #758DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DB0

Black with #758DB0

Text Example


Text Example

White with #758DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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