Html Css Color HEX #084750 Sherpa Blue

📋 copy color: '#084750'

red 8 ◦ green 71 ◦ blue 80

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

Shades of Sherpa Blue #084750

Tints of Sherpa Blue #084750

RGB

 RED value IS 8 (3.52% from 255) = 5.03%

 GREEN value IS 71 (28.13% from 255) = 44.65%

 BLUE value IS 80 (31.64% from 255) = 50.31%

R = 5.03%
G = 44.65%
B = 50.31%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#084750 (or 0x084750) is known color: Sherpa Blue. HEX triplet: 08, 47 and 50. RGB value is (8,71,80). Sum of RGB (Red+Green+Blue) = 8+71+80=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #084750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #084750 is #F7B8AF. Grayscale: #353535. Windows color (decimal): -16234672 or 5261064. OLE color: 5261064.

HSL color Cylindrical-coordinate representation of color #084750: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084750 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 71 80 -
CMYK 0.90 0.11 0 0.69
HSL 187.5º 0.82% 0.17% -
HSV(B) 187.5º 0.9% 0.31% -
XYZ 3.8 5.14 8.38 -
YUV 53.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 8 71 80 0.90 0.11 0 0.69 187.5 0.82 0.17
Hex 8 47 50 5A B 0 45 BC 52 11
Octal 10 107 120 132 13 0 105 274 122 21
Binary 1000 1000111 1010000 1011010 1011 0 1000101 10111100 1010010 10001

Color Harmonies of #084750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084750

Black with #084750

Text Example


Text Example

White with #084750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084750; }

 p { color: rgb(8,71,80); }

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

background-color css

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

 a { background-color: rgb(8,71,80); }

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

border-color css

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

 span { border-color: rgb(8,71,80); }

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