Html Css Color HEX #747B98 Ship Cove

📋 copy color: '#747B98'

red 116 ◦ green 123 ◦ blue 152

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

Shades of Ship Cove #747B98

Tints of Ship Cove #747B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 29.67%
G = 31.46%
B = 38.87%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#747B98 (or 0x747B98) is known color: Ship Cove. HEX triplet: 74, 7B and 98. RGB value is (116,123,152). Sum of RGB (Red+Green+Blue) = 116+123+152=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #747B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B98 is #8B8467. Grayscale: #7C7C7C. Windows color (decimal): -9143400 or 9993076. OLE color: 9993076.

HSL color Cylindrical-coordinate representation of color #747B98: hue angle of 228.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #747B98 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 123 152 -
CMYK 0.24 0.19 0 0.40
HSL 228.33º 0.15% 0.53% -
HSV(B) 228.33º 0.24% 0.6% -
XYZ 19.95 20.15 32.54 -
YUV 124.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 116 123 152 0.24 0.19 0 0.40 228.33 0.15 0.53
Hex 74 7B 98 18 13 0 28 E4 F 35
Octal 164 173 230 30 23 0 50 344 17 65
Binary 1110100 1111011 10011000 11000 10011 0 101000 11100100 1111 110101

Color Harmonies of #747B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B98

Black with #747B98

Text Example


Text Example

White with #747B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747B98; }

 p { color: rgb(116,123,152); }

 H1.HeaderClassName
 {
   color: #747B98;
 }
 .AnyTagClassName
 {
   color: #747B98;
 }
</style>

background-color css

<style>
 a { background-color: #747B98; }

 a { background-color: rgb(116,123,152); }

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

border-color css

<style>
 span { border-color: #747B98; }

 span { border-color: rgb(116,123,152); }

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