Html Css Color HEX #7B8BAE Ship Cove

📋 copy color: '#7B8BAE'

red 123 ◦ green 139 ◦ blue 174

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

Shades of Ship Cove #7B8BAE

Tints of Ship Cove #7B8BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

 BLUE value IS 174 (68.36% from 255) = 39.91%

R = 28.21%
G = 31.88%
B = 39.91%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B8BAE (or 0x7B8BAE) is known color: Ship Cove. HEX triplet: 7B, 8B and AE. RGB value is (123,139,174). Sum of RGB (Red+Green+Blue) = 123+139+174=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8BAE is #847451. Grayscale: #8A8A8A. Windows color (decimal): -8680530 or 11438971. OLE color: 11438971.

HSL color Cylindrical-coordinate representation of color #7B8BAE: hue angle of 221.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B8BAE is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 139 174 -
CMYK 0.29 0.20 0 0.32
HSL 221.18º 0.24% 0.58% -
HSV(B) 221.18º 0.29% 0.68% -
XYZ 25.04 25.73 43.69 -
YUV 138.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 123 139 174 0.29 0.20 0 0.32 221.18 0.24 0.58
Hex 7B 8B AE 1D 14 0 20 DD 18 3A
Octal 173 213 256 35 24 0 40 335 30 72
Binary 1111011 10001011 10101110 11101 10100 0 100000 11011101 11000 111010

Color Harmonies of #7B8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8BAE

Black with #7B8BAE

Text Example


Text Example

White with #7B8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,139,174); }

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

background-color css

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

 a { background-color: rgb(123,139,174); }

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

border-color css

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

 span { border-color: rgb(123,139,174); }

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