Html Css Color HEX #7B7F98 Ship Cove

📋 copy color: '#7B7F98'

red 123 ◦ green 127 ◦ blue 152

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

Shades of Ship Cove #7B7F98

Tints of Ship Cove #7B7F98

RGB

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

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

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

R = 30.6%
G = 31.59%
B = 37.81%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B7F98 (or 0x7B7F98) is known color: Ship Cove. HEX triplet: 7B, 7F and 98. RGB value is (123,127,152). Sum of RGB (Red+Green+Blue) = 123+127+152=402 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.60% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B7F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F98 is #848067. Grayscale: #808080. Windows color (decimal): -8683624 or 9994107. OLE color: 9994107.

HSL color Cylindrical-coordinate representation of color #7B7F98: hue angle of 231.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B7F98 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 127 152 -
CMYK 0.19 0.16 0 0.40
HSL 231.72º 0.12% 0.54% -
HSV(B) 231.72º 0.19% 0.6% -
XYZ 21.43 21.66 32.76 -
YUV 128.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 123 127 152 0.19 0.16 0 0.40 231.72 0.12 0.54
Hex 7B 7F 98 13 10 0 28 E8 C 36
Octal 173 177 230 23 20 0 50 350 14 66
Binary 1111011 1111111 10011000 10011 10000 0 101000 11101000 1100 110110

Color Harmonies of #7B7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7F98

Black with #7B7F98

Text Example


Text Example

White with #7B7F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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