Html Css Color HEX #7487B3 Ship Cove

📋 copy color: '#7487B3'

red 116 ◦ green 135 ◦ blue 179

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

Shades of Ship Cove #7487B3

Tints of Ship Cove #7487B3

RGB

 RED value IS 116 (45.7% from 255) = 26.98%

 GREEN value IS 135 (53.13% from 255) = 31.4%

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

R = 26.98%
G = 31.4%
B = 41.63%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7487B3 (or 0x7487B3) is known color: Ship Cove. HEX triplet: 74, 87 and B3. RGB value is (116,135,179). Sum of RGB (Red+Green+Blue) = 116+135+179=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #7487B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7487B3 is #8B784C. Grayscale: #868686. Windows color (decimal): -9140301 or 11765620. OLE color: 11765620.

HSL color Cylindrical-coordinate representation of color #7487B3: hue angle of 221.9º 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 #7487B3 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 135 179 -
CMYK 0.35 0.25 0 0.30
HSL 221.9º 0.29% 0.58% -
HSV(B) 221.9º 0.35% 0.7% -
XYZ 24 24.3 46.07 -
YUV 134.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 116 135 179 0.35 0.25 0 0.30 221.9 0.29 0.58
Hex 74 87 B3 23 19 0 1E DE 1D 3A
Octal 164 207 263 43 31 0 36 336 35 72
Binary 1110100 10000111 10110011 100011 11001 0 11110 11011110 11101 111010

Color Harmonies of #7487B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7487B3

Black with #7487B3

Text Example


Text Example

White with #7487B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7487B3; }

 p { color: rgb(116,135,179); }

 H1.HeaderClassName
 {
   color: #7487B3;
 }
 .AnyTagClassName
 {
   color: #7487B3;
 }
</style>

background-color css

<style>
 a { background-color: #7487B3; }

 a { background-color: rgb(116,135,179); }

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

border-color css

<style>
 span { border-color: #7487B3; }

 span { border-color: rgb(116,135,179); }

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