Html Css Color HEX #798CB3 Ship Cove

📋 copy color: '#798CB3'

red 121 ◦ green 140 ◦ blue 179

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

Shades of Ship Cove #798CB3

Tints of Ship Cove #798CB3

RGB

 RED value IS 121 (47.66% from 255) = 27.5%

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 27.5%
G = 31.82%
B = 40.68%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#798CB3 (or 0x798CB3) is known color: Ship Cove. HEX triplet: 79, 8C and B3. RGB value is (121,140,179). Sum of RGB (Red+Green+Blue) = 121+140+179=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #798CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CB3 is #86734C. Grayscale: #8A8A8A. Windows color (decimal): -8811341 or 11766905. OLE color: 11766905.

HSL color Cylindrical-coordinate representation of color #798CB3: hue angle of 220.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #798CB3 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 121 140 179 -
CMYK 0.32 0.22 0 0.30
HSL 220.34º 0.28% 0.59% -
HSV(B) 220.34º 0.32% 0.7% -
XYZ 25.4 26.08 46.34 -
YUV 138.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 121 140 179 0.32 0.22 0 0.30 220.34 0.28 0.59
Hex 79 8C B3 20 16 0 1E DC 1C 3B
Octal 171 214 263 40 26 0 36 334 34 73
Binary 1111001 10001100 10110011 100000 10110 0 11110 11011100 11100 111011

Color Harmonies of #798CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798CB3

Black with #798CB3

Text Example


Text Example

White with #798CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798CB3; }

 p { color: rgb(121,140,179); }

 H1.HeaderClassName
 {
   color: #798CB3;
 }
 .AnyTagClassName
 {
   color: #798CB3;
 }
</style>

background-color css

<style>
 a { background-color: #798CB3; }

 a { background-color: rgb(121,140,179); }

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

border-color css

<style>
 span { border-color: #798CB3; }

 span { border-color: rgb(121,140,179); }

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