Html Css Color HEX #8A8EB3 Manatee

📋 copy color: '#8A8EB3'

red 138 ◦ green 142 ◦ blue 179

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

Shades of Manatee #8A8EB3

Tints of Manatee #8A8EB3

RGB

 RED value IS 138 (54.3% from 255) = 30.07%

 GREEN value IS 142 (55.86% from 255) = 30.94%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 30.07%
G = 30.94%
B = 39%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8A8EB3 (or 0x8A8EB3) is known color: Manatee. HEX triplet: 8A, 8E and B3. RGB value is (138,142,179). Sum of RGB (Red+Green+Blue) = 138+142+179=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A8EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8EB3 is #75714C. Grayscale: #909090. Windows color (decimal): -7696717 or 11767434. OLE color: 11767434.

HSL color Cylindrical-coordinate representation of color #8A8EB3: hue angle of 234.15º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A8EB3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 142 179 -
CMYK 0.23 0.21 0 0.30
HSL 234.15º 0.21% 0.62% -
HSV(B) 234.15º 0.23% 0.7% -
XYZ 28.29 28 46.56 -
YUV 145.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 138 142 179 0.23 0.21 0 0.30 234.15 0.21 0.62
Hex 8A 8E B3 17 15 0 1E EA 15 3E
Octal 212 216 263 27 25 0 36 352 25 76
Binary 10001010 10001110 10110011 10111 10101 0 11110 11101010 10101 111110

Color Harmonies of #8A8EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8EB3

Black with #8A8EB3

Text Example


Text Example

White with #8A8EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8EB3; }

 p { color: rgb(138,142,179); }

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

background-color css

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

 a { background-color: rgb(138,142,179); }

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

border-color css

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

 span { border-color: rgb(138,142,179); }

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