Html Css Color HEX #408F9B Hippie Blue

📋 copy color: '#408F9B'

red 64 ◦ green 143 ◦ blue 155

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

Shades of Hippie Blue #408F9B

Tints of Hippie Blue #408F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 17.68%
G = 39.5%
B = 42.82%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#408F9B (or 0x408F9B) is known color: Hippie Blue. HEX triplet: 40, 8F and 9B. RGB value is (64,143,155). Sum of RGB (Red+Green+Blue) = 64+143+155=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #408F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408F9B is #BF7064. Grayscale: #787878. Windows color (decimal): -12546149 or 10194752. OLE color: 10194752.

HSL color Cylindrical-coordinate representation of color #408F9B: hue angle of 187.91º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #408F9B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 143 155 -
CMYK 0.59 0.08 0 0.39
HSL 187.91º 0.42% 0.43% -
HSV(B) 187.91º 0.59% 0.61% -
XYZ 17.85 23.1 34.53 -
YUV 120.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 64 143 155 0.59 0.08 0 0.39 187.91 0.42 0.43
Hex 40 8F 9B 3B 8 0 27 BC 2A 2B
Octal 100 217 233 73 10 0 47 274 52 53
Binary 1000000 10001111 10011011 111011 1000 0 100111 10111100 101010 101011

Color Harmonies of #408F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F9B

Black with #408F9B

Text Example


Text Example

White with #408F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,155); }

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

background-color css

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

 a { background-color: rgb(64,143,155); }

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

border-color css

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

 span { border-color: rgb(64,143,155); }

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