Html Css Color HEX #8A8FDD Portage

📋 copy color: '#8A8FDD'

red 138 ◦ green 143 ◦ blue 221

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

Shades of Portage #8A8FDD

Tints of Portage #8A8FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 27.49%
G = 28.49%
B = 44.02%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A8FDD (or 0x8A8FDD) is known color: Portage. HEX triplet: 8A, 8F and DD. RGB value is (138,143,221). Sum of RGB (Red+Green+Blue) = 138+143+221=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A8FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FDD is #757022. Grayscale: #969696. Windows color (decimal): -7696419 or 14520202. OLE color: 14520202.

HSL color Cylindrical-coordinate representation of color #8A8FDD: hue angle of 236.39º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A8FDD is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 143 221 -
CMYK 0.38 0.35 0 0.13
HSL 236.39º 0.55% 0.7% -
HSV(B) 236.39º 0.38% 0.87% -
XYZ 33.35 30.27 72.49 -
YUV 150.4 167.84 119.16 -
System Red Green Blue C M Y K H S L
Decimal 138 143 221 0.38 0.35 0 0.13 236.39 0.55 0.7
Hex 8A 8F DD 26 23 0 D EC 37 46
Octal 212 217 335 46 43 0 15 354 67 106
Binary 10001010 10001111 11011101 100110 100011 0 1101 11101100 110111 1000110

Color Harmonies of #8A8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8FDD

Black with #8A8FDD

Text Example


Text Example

White with #8A8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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