Html Css Color HEX #738FAB Bermuda Grey

📋 copy color: '#738FAB'

red 115 ◦ green 143 ◦ blue 171

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

Shades of Bermuda Grey #738FAB

Tints of Bermuda Grey #738FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 26.81%
G = 33.33%
B = 39.86%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738FAB (or 0x738FAB) is known color: Bermuda Grey. HEX triplet: 73, 8F and AB. RGB value is (115,143,171). Sum of RGB (Red+Green+Blue) = 115+143+171=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #738FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAB is #8C7054. Grayscale: #898989. Windows color (decimal): -9203797 or 11243379. OLE color: 11243379.

HSL color Cylindrical-coordinate representation of color #738FAB: hue angle of 210º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #738FAB is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 143 171 -
CMYK 0.33 0.16 0 0.33
HSL 210º 0.25% 0.56% -
HSV(B) 210º 0.33% 0.67% -
XYZ 24.24 26.23 42.31 -
YUV 137.82 146.72 111.72 -
System Red Green Blue C M Y K H S L
Decimal 115 143 171 0.33 0.16 0 0.33 210 0.25 0.56
Hex 73 8F AB 21 10 0 21 D2 19 38
Octal 163 217 253 41 20 0 41 322 31 70
Binary 1110011 10001111 10101011 100001 10000 0 100001 11010010 11001 111000

Color Harmonies of #738FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FAB

Black with #738FAB

Text Example


Text Example

White with #738FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,143,171); }

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

background-color css

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

 a { background-color: rgb(115,143,171); }

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

border-color css

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

 span { border-color: rgb(115,143,171); }

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