Html Css Color HEX #7B809F Ship Cove

📋 copy color: '#7B809F'

red 123 ◦ green 128 ◦ blue 159

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

Shades of Ship Cove #7B809F

Tints of Ship Cove #7B809F

RGB

 RED value IS 123 (48.44% from 255) = 30%

 GREEN value IS 128 (50.39% from 255) = 31.22%

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 30%
G = 31.22%
B = 38.78%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B809F (or 0x7B809F) is known color: Ship Cove. HEX triplet: 7B, 80 and 9F. RGB value is (123,128,159). Sum of RGB (Red+Green+Blue) = 123+128+159=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B809F is #847F60. Grayscale: #818181. Windows color (decimal): -8683361 or 10453115. OLE color: 10453115.

HSL color Cylindrical-coordinate representation of color #7B809F: hue angle of 231.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7B809F is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 128 159 -
CMYK 0.23 0.19 0 0.38
HSL 231.67º 0.16% 0.55% -
HSV(B) 231.67º 0.23% 0.62% -
XYZ 22.15 22.15 35.91 -
YUV 130.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 123 128 159 0.23 0.19 0 0.38 231.67 0.16 0.55
Hex 7B 80 9F 17 13 0 26 E8 10 37
Octal 173 200 237 27 23 0 46 350 20 67
Binary 1111011 10000000 10011111 10111 10011 0 100110 11101000 10000 110111

Color Harmonies of #7B809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B809F

Black with #7B809F

Text Example


Text Example

White with #7B809F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B809F; }

 p { color: rgb(123,128,159); }

 H1.HeaderClassName
 {
   color: #7B809F;
 }
 .AnyTagClassName
 {
   color: #7B809F;
 }
</style>

background-color css

<style>
 a { background-color: #7B809F; }

 a { background-color: rgb(123,128,159); }

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

border-color css

<style>
 span { border-color: #7B809F; }

 span { border-color: rgb(123,128,159); }

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