Html Css Color HEX #7B7F9B Ship Cove

📋 copy color: '#7B7F9B'

red 123 ◦ green 127 ◦ blue 155

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

Shades of Ship Cove #7B7F9B

Tints of Ship Cove #7B7F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 30.37%
G = 31.36%
B = 38.27%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B7F9B (or 0x7B7F9B) is known color: Ship Cove. HEX triplet: 7B, 7F and 9B. RGB value is (123,127,155). Sum of RGB (Red+Green+Blue) = 123+127+155=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F9B is #848064. Grayscale: #808080. Windows color (decimal): -8683621 or 10190715. OLE color: 10190715.

HSL color Cylindrical-coordinate representation of color #7B7F9B: hue angle of 232.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7F9B is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 127 155 -
CMYK 0.21 0.18 0 0.39
HSL 232.5º 0.14% 0.55% -
HSV(B) 232.5º 0.21% 0.61% -
XYZ 21.67 21.76 34.07 -
YUV 129 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 123 127 155 0.21 0.18 0 0.39 232.5 0.14 0.55
Hex 7B 7F 9B 15 12 0 27 E8 E 37
Octal 173 177 233 25 22 0 47 350 16 67
Binary 1111011 1111111 10011011 10101 10010 0 100111 11101000 1110 110111

Color Harmonies of #7B7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7F9B

Black with #7B7F9B

Text Example


Text Example

White with #7B7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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