Html Css Color HEX #758AB3 Ship Cove

📋 copy color: '#758AB3'

red 117 ◦ green 138 ◦ blue 179

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

Shades of Ship Cove #758AB3

Tints of Ship Cove #758AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 26.96%
G = 31.8%
B = 41.24%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#758AB3 (or 0x758AB3) is known color: Ship Cove. HEX triplet: 75, 8A and B3. RGB value is (117,138,179). Sum of RGB (Red+Green+Blue) = 117+138+179=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #758AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AB3 is #8A754C. Grayscale: #888888. Windows color (decimal): -9073997 or 11766389. OLE color: 11766389.

HSL color Cylindrical-coordinate representation of color #758AB3: hue angle of 219.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #758AB3 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 138 179 -
CMYK 0.35 0.23 0 0.30
HSL 219.68º 0.29% 0.58% -
HSV(B) 219.68º 0.35% 0.7% -
XYZ 24.56 25.21 46.22 -
YUV 136.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 117 138 179 0.35 0.23 0 0.30 219.68 0.29 0.58
Hex 75 8A B3 23 17 0 1E DC 1D 3A
Octal 165 212 263 43 27 0 36 334 35 72
Binary 1110101 10001010 10110011 100011 10111 0 11110 11011100 11101 111010

Color Harmonies of #758AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AB3

Black with #758AB3

Text Example


Text Example

White with #758AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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