Html Css Color HEX #7B93B3 Ship Cove

📋 copy color: '#7B93B3'

red 123 ◦ green 147 ◦ blue 179

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

Shades of Ship Cove #7B93B3

Tints of Ship Cove #7B93B3

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 27.39%
G = 32.74%
B = 39.87%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7B93B3 (or 0x7B93B3) is known color: Ship Cove. HEX triplet: 7B, 93 and B3. RGB value is (123,147,179). Sum of RGB (Red+Green+Blue) = 123+147+179=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B93B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93B3 is #846C4C. Grayscale: #8F8F8F. Windows color (decimal): -8678477 or 11768699. OLE color: 11768699.

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

Color convert

RGB 123 147 179 -
CMYK 0.31 0.18 0 0.30
HSL 214.29º 0.27% 0.59% -
HSV(B) 214.29º 0.31% 0.7% -
XYZ 26.74 28.33 46.71 -
YUV 143.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 123 147 179 0.31 0.18 0 0.30 214.29 0.27 0.59
Hex 7B 93 B3 1F 12 0 1E D6 1B 3B
Octal 173 223 263 37 22 0 36 326 33 73
Binary 1111011 10010011 10110011 11111 10010 0 11110 11010110 11011 111011

Color Harmonies of #7B93B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B93B3

Black with #7B93B3

Text Example


Text Example

White with #7B93B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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