Html Css Color HEX #408B98 Hippie Blue

📋 copy color: '#408B98'

red 64 ◦ green 139 ◦ blue 152

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

Shades of Hippie Blue #408B98

Tints of Hippie Blue #408B98

RGB

 RED value IS 64 (25.39% from 255) = 18.03%

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

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 18.03%
G = 39.15%
B = 42.82%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408B98 (or 0x408B98) is known color: Hippie Blue. HEX triplet: 40, 8B and 98. RGB value is (64,139,152). Sum of RGB (Red+Green+Blue) = 64+139+152=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #408B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B98 is #BF7467. Grayscale: #757575. Windows color (decimal): -12547176 or 9997120. OLE color: 9997120.

HSL color Cylindrical-coordinate representation of color #408B98: hue angle of 188.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408B98 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 139 152 -
CMYK 0.58 0.09 0 0.40
HSL 188.86º 0.41% 0.42% -
HSV(B) 188.86º 0.58% 0.6% -
XYZ 17.01 21.82 33.02 -
YUV 118.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 64 139 152 0.58 0.09 0 0.40 188.86 0.41 0.42
Hex 40 8B 98 3A 9 0 28 BD 29 2A
Octal 100 213 230 72 11 0 50 275 51 52
Binary 1000000 10001011 10011000 111010 1001 0 101000 10111101 101001 101010

Color Harmonies of #408B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B98

Black with #408B98

Text Example


Text Example

White with #408B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408B98; }

 p { color: rgb(64,139,152); }

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

background-color css

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

 a { background-color: rgb(64,139,152); }

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

border-color css

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

 span { border-color: rgb(64,139,152); }

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