Html Css Color HEX #738FAC Bermuda Grey

📋 copy color: '#738FAC'

red 115 ◦ green 143 ◦ blue 172

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

Shades of Bermuda Grey #738FAC

Tints of Bermuda Grey #738FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 26.74%
G = 33.26%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738FAC (or 0x738FAC) is known color: Bermuda Grey. HEX triplet: 73, 8F and AC. RGB value is (115,143,172). Sum of RGB (Red+Green+Blue) = 115+143+172=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #738FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAC is #8C7053. Grayscale: #898989. Windows color (decimal): -9203796 or 11308915. OLE color: 11308915.

HSL color Cylindrical-coordinate representation of color #738FAC: hue angle of 210.53º degrees, saturation: 0.26, 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 #738FAC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 143 172 -
CMYK 0.33 0.17 0 0.33
HSL 210.53º 0.26% 0.56% -
HSV(B) 210.53º 0.33% 0.67% -
XYZ 24.34 26.27 42.82 -
YUV 137.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 115 143 172 0.33 0.17 0 0.33 210.53 0.26 0.56
Hex 73 8F AC 21 11 0 21 D3 1A 38
Octal 163 217 254 41 21 0 41 323 32 70
Binary 1110011 10001111 10101100 100001 10001 0 100001 11010011 11010 111000

Color Harmonies of #738FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FAC

Black with #738FAC

Text Example


Text Example

White with #738FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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