Html Css Color HEX #7B8FB3 Ship Cove

📋 copy color: '#7B8FB3'

red 123 ◦ green 143 ◦ blue 179

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

Shades of Ship Cove #7B8FB3

Tints of Ship Cove #7B8FB3

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.13%

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

R = 27.64%
G = 32.13%
B = 40.22%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B8FB3 (or 0x7B8FB3) is known color: Ship Cove. HEX triplet: 7B, 8F and B3. RGB value is (123,143,179). Sum of RGB (Red+Green+Blue) = 123+143+179=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B8FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FB3 is #84704C. Grayscale: #8C8C8C. Windows color (decimal): -8679501 or 11767675. OLE color: 11767675.

HSL color Cylindrical-coordinate representation of color #7B8FB3: hue angle of 218.57º 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 #7B8FB3 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 123 143 179 -
CMYK 0.31 0.20 0 0.30
HSL 218.57º 0.27% 0.59% -
HSV(B) 218.57º 0.31% 0.7% -
XYZ 26.13 27.11 46.5 -
YUV 141.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 123 143 179 0.31 0.20 0 0.30 218.57 0.27 0.59
Hex 7B 8F B3 1F 14 0 1E DB 1B 3B
Octal 173 217 263 37 24 0 36 333 33 73
Binary 1111011 10001111 10110011 11111 10100 0 11110 11011011 11011 111011

Color Harmonies of #7B8FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8FB3

Black with #7B8FB3

Text Example


Text Example

White with #7B8FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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