Html Css Color HEX #7B8EB3 Ship Cove

📋 copy color: '#7B8EB3'

red 123 ◦ green 142 ◦ blue 179

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

Shades of Ship Cove #7B8EB3

Tints of Ship Cove #7B8EB3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 27.7%
G = 31.98%
B = 40.32%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B8EB3 (or 0x7B8EB3) is known color: Ship Cove. HEX triplet: 7B, 8E and B3. RGB value is (123,142,179). Sum of RGB (Red+Green+Blue) = 123+142+179=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B8EB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8EB3 is #84714C. Grayscale: #8C8C8C. Windows color (decimal): -8679757 or 11767419. OLE color: 11767419.

HSL color Cylindrical-coordinate representation of color #7B8EB3: hue angle of 219.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B8EB3 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 142 179 -
CMYK 0.31 0.21 0 0.30
HSL 219.64º 0.27% 0.59% -
HSV(B) 219.64º 0.31% 0.7% -
XYZ 25.98 26.81 46.45 -
YUV 140.54 149.71 115.49 -
System Red Green Blue C M Y K H S L
Decimal 123 142 179 0.31 0.21 0 0.30 219.64 0.27 0.59
Hex 7B 8E B3 1F 15 0 1E DC 1B 3B
Octal 173 216 263 37 25 0 36 334 33 73
Binary 1111011 10001110 10110011 11111 10101 0 11110 11011100 11011 111011

Color Harmonies of #7B8EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8EB3

Black with #7B8EB3

Text Example


Text Example

White with #7B8EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,142,179); }

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

background-color css

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

 a { background-color: rgb(123,142,179); }

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

border-color css

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

 span { border-color: rgb(123,142,179); }

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