Html Css Color HEX #7B7F99 Ship Cove

📋 copy color: '#7B7F99'

red 123 ◦ green 127 ◦ blue 153

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

Shades of Ship Cove #7B7F99

Tints of Ship Cove #7B7F99

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

 BLUE value IS 153 (60.16% from 255) = 37.97%

R = 30.52%
G = 31.51%
B = 37.97%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B7F99 (or 0x7B7F99) is known color: Ship Cove. HEX triplet: 7B, 7F and 99. RGB value is (123,127,153). Sum of RGB (Red+Green+Blue) = 123+127+153=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B7F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F99 is #848066. Grayscale: #808080. Windows color (decimal): -8683623 or 10059643. OLE color: 10059643.

HSL color Cylindrical-coordinate representation of color #7B7F99: hue angle of 232º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B7F99 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 127 153 -
CMYK 0.20 0.17 0 0.4
HSL 232º 0.13% 0.54% -
HSV(B) 232º 0.2% 0.6% -
XYZ 21.51 21.69 33.19 -
YUV 128.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 123 127 153 0.20 0.17 0 0.4 232 0.13 0.54
Hex 7B 7F 99 14 11 0 28 E8 D 36
Octal 173 177 231 24 21 0 50 350 15 66
Binary 1111011 1111111 10011001 10100 10001 0 101000 11101000 1101 110110

Color Harmonies of #7B7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7F99

Black with #7B7F99

Text Example


Text Example

White with #7B7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,127,153); }

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

background-color css

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

 a { background-color: rgb(123,127,153); }

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

border-color css

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

 span { border-color: rgb(123,127,153); }

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