Html Css Color HEX #738BA7 Bermuda Grey

📋 copy color: '#738BA7'

red 115 ◦ green 139 ◦ blue 167

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

Shades of Bermuda Grey #738BA7

Tints of Bermuda Grey #738BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 27.32%
G = 33.02%
B = 39.67%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#738BA7 (or 0x738BA7) is known color: Bermuda Grey. HEX triplet: 73, 8B and A7. RGB value is (115,139,167). Sum of RGB (Red+Green+Blue) = 115+139+167=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 167 - color contains mainly: blue. Hex color #738BA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BA7 is #8C7458. Grayscale: #868686. Windows color (decimal): -9204825 or 10980211. OLE color: 10980211.

HSL color Cylindrical-coordinate representation of color #738BA7: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #738BA7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 139 167 -
CMYK 0.31 0.17 0 0.35
HSL 212.31º 0.23% 0.55% -
HSV(B) 212.31º 0.31% 0.65% -
XYZ 23.28 24.9 40.14 -
YUV 135.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 115 139 167 0.31 0.17 0 0.35 212.31 0.23 0.55
Hex 73 8B A7 1F 11 0 23 D4 17 37
Octal 163 213 247 37 21 0 43 324 27 67
Binary 1110011 10001011 10100111 11111 10001 0 100011 11010100 10111 110111

Color Harmonies of #738BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BA7

Black with #738BA7

Text Example


Text Example

White with #738BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,139,167); }

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

background-color css

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

 a { background-color: rgb(115,139,167); }

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

border-color css

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

 span { border-color: rgb(115,139,167); }

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