Html Css Color HEX #758EB4 Ship Cove

📋 copy color: '#758EB4'

red 117 ◦ green 142 ◦ blue 180

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

Shades of Ship Cove #758EB4

Tints of Ship Cove #758EB4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.35%

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

R = 26.65%
G = 32.35%
B = 41%

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

#758EB4 (or 0x758EB4) is known color: Ship Cove. HEX triplet: 75, 8E and B4. RGB value is (117,142,180). Sum of RGB (Red+Green+Blue) = 117+142+180=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #758EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EB4 is #8A714B. Grayscale: #8A8A8A. Windows color (decimal): -9072972 or 11832949. OLE color: 11832949.

HSL color Cylindrical-coordinate representation of color #758EB4: hue angle of 216.19º 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 #758EB4 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 142 180 -
CMYK 0.35 0.21 0 0.29
HSL 216.19º 0.3% 0.58% -
HSV(B) 216.19º 0.35% 0.71% -
XYZ 25.25 26.42 46.95 -
YUV 138.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 117 142 180 0.35 0.21 0 0.29 216.19 0.3 0.58
Hex 75 8E B4 23 15 0 1D D8 1E 3A
Octal 165 216 264 43 25 0 35 330 36 72
Binary 1110101 10001110 10110100 100011 10101 0 11101 11011000 11110 111010

Color Harmonies of #758EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EB4

Black with #758EB4

Text Example


Text Example

White with #758EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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