Html Css Color HEX #738EA1 Bermuda Grey

📋 copy color: '#738EA1'

red 115 ◦ green 142 ◦ blue 161

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

Shades of Bermuda Grey #738EA1

Tints of Bermuda Grey #738EA1

RGB

 RED value IS 115 (45.31% from 255) = 27.51%

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

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 27.51%
G = 33.97%
B = 38.52%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#738EA1 (or 0x738EA1) is known color: Bermuda Grey. HEX triplet: 73, 8E and A1. RGB value is (115,142,161). Sum of RGB (Red+Green+Blue) = 115+142+161=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 161 - color contains mainly: blue. Hex color #738EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EA1 is #8C715E. Grayscale: #878787. Windows color (decimal): -9204063 or 10587763. OLE color: 10587763.

HSL color Cylindrical-coordinate representation of color #738EA1: hue angle of 204.78º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738EA1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 142 161 -
CMYK 0.29 0.12 0 0.37
HSL 204.78º 0.2% 0.54% -
HSV(B) 204.78º 0.29% 0.63% -
XYZ 23.18 25.56 37.43 -
YUV 136.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 115 142 161 0.29 0.12 0 0.37 204.78 0.2 0.54
Hex 73 8E A1 1D C 0 25 CD 14 36
Octal 163 216 241 35 14 0 45 315 24 66
Binary 1110011 10001110 10100001 11101 1100 0 100101 11001101 10100 110110

Color Harmonies of #738EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738EA1

Black with #738EA1

Text Example


Text Example

White with #738EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738EA1; }

 p { color: rgb(115,142,161); }

 H1.HeaderClassName
 {
   color: #738EA1;
 }
 .AnyTagClassName
 {
   color: #738EA1;
 }
</style>

background-color css

<style>
 a { background-color: #738EA1; }

 a { background-color: rgb(115,142,161); }

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

border-color css

<style>
 span { border-color: #738EA1; }

 span { border-color: rgb(115,142,161); }

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