Html Css Color HEX #08839D Eastern Blue

📋 copy color: '#08839D'

red 8 ◦ green 131 ◦ blue 157

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

Shades of Eastern Blue #08839D

Tints of Eastern Blue #08839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

 BLUE value IS 157 (61.72% from 255) = 53.04%

R = 2.7%
G = 44.26%
B = 53.04%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08839D (or 0x08839D) is known color: Eastern Blue. HEX triplet: 08, 83 and 9D. RGB value is (8,131,157). Sum of RGB (Red+Green+Blue) = 8+131+157=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #08839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08839D is #F77C62. Grayscale: #606060. Windows color (decimal): -16219235 or 10322696. OLE color: 10322696.

HSL color Cylindrical-coordinate representation of color #08839D: hue angle of 190.47º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08839D is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 131 157 -
CMYK 0.95 0.17 0 0.38
HSL 190.47º 0.9% 0.32% -
HSV(B) 190.47º 0.95% 0.62% -
XYZ 14.3 18.72 34.76 -
YUV 97.19 161.75 64.39 -
System Red Green Blue C M Y K H S L
Decimal 8 131 157 0.95 0.17 0 0.38 190.47 0.9 0.32
Hex 8 83 9D 5F 11 0 26 BE 5A 20
Octal 10 203 235 137 21 0 46 276 132 40
Binary 1000 10000011 10011101 1011111 10001 0 100110 10111110 1011010 100000

Color Harmonies of #08839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08839D

Black with #08839D

Text Example


Text Example

White with #08839D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08839D; }

 p { color: rgb(8,131,157); }

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

background-color css

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

 a { background-color: rgb(8,131,157); }

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

border-color css

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

 span { border-color: rgb(8,131,157); }

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