Html Css Color HEX #758FB4 Ship Cove

📋 copy color: '#758FB4'

red 117 ◦ green 143 ◦ blue 180

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

Shades of Ship Cove #758FB4

Tints of Ship Cove #758FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.5%

 BLUE value IS 180 (70.7% from 255) = 40.91%

R = 26.59%
G = 32.5%
B = 40.91%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#758FB4 (or 0x758FB4) is known color: Ship Cove. HEX triplet: 75, 8F and B4. RGB value is (117,143,180). Sum of RGB (Red+Green+Blue) = 117+143+180=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 180 - color contains mainly: blue. Hex color #758FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FB4 is #8A704B. Grayscale: #8B8B8B. Windows color (decimal): -9072716 or 11833205. OLE color: 11833205.

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

Color convert

RGB 117 143 180 -
CMYK 0.35 0.21 0 0.29
HSL 215.24º 0.3% 0.58% -
HSV(B) 215.24º 0.35% 0.71% -
XYZ 25.4 26.72 47 -
YUV 139.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 117 143 180 0.35 0.21 0 0.29 215.24 0.3 0.58
Hex 75 8F B4 23 15 0 1D D7 1E 3A
Octal 165 217 264 43 25 0 35 327 36 72
Binary 1110101 10001111 10110100 100011 10101 0 11101 11010111 11110 111010

Color Harmonies of #758FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FB4

Black with #758FB4

Text Example


Text Example

White with #758FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,143,180); }

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

background-color css

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

 a { background-color: rgb(117,143,180); }

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

border-color css

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

 span { border-color: rgb(117,143,180); }

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