Html Css Color HEX #8A8FF6 Portage

📋 copy color: '#8A8FF6'

red 138 ◦ green 143 ◦ blue 246

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

Shades of Portage #8A8FF6

Tints of Portage #8A8FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 26.19%
G = 27.13%
B = 46.68%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8A8FF6 (or 0x8A8FF6) is known color: Portage. HEX triplet: 8A, 8F and F6. RGB value is (138,143,246). Sum of RGB (Red+Green+Blue) = 138+143+246=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #8A8FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8FF6 is #757009. Grayscale: #989898. Windows color (decimal): -7696394 or 16158602. OLE color: 16158602.

HSL color Cylindrical-coordinate representation of color #8A8FF6: hue angle of 237.22º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A8FF6 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 143 246 -
CMYK 0.44 0.42 0 0.04
HSL 237.22º 0.86% 0.75% -
HSV(B) 237.22º 0.44% 0.96% -
XYZ 36.94 31.7 91.36 -
YUV 153.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 138 143 246 0.44 0.42 0 0.04 237.22 0.86 0.75
Hex 8A 8F F6 2C 2A 0 4 ED 56 4B
Octal 212 217 366 54 52 0 4 355 126 113
Binary 10001010 10001111 11110110 101100 101010 0 100 11101101 1010110 1001011

Color Harmonies of #8A8FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8FF6

Black with #8A8FF6

Text Example


Text Example

White with #8A8FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,143,246); }

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

background-color css

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

 a { background-color: rgb(138,143,246); }

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

border-color css

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

 span { border-color: rgb(138,143,246); }

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