Html Css Color HEX #8A8DCD Portage

📋 copy color: '#8A8DCD'

red 138 ◦ green 141 ◦ blue 205

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

Shades of Portage #8A8DCD

Tints of Portage #8A8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 28.51%
G = 29.13%
B = 42.36%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A8DCD (or 0x8A8DCD) is known color: Portage. HEX triplet: 8A, 8D and CD. RGB value is (138,141,205). Sum of RGB (Red+Green+Blue) = 138+141+205=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8DCD is #757232. Grayscale: #939393. Windows color (decimal): -7696947 or 13471114. OLE color: 13471114.

HSL color Cylindrical-coordinate representation of color #8A8DCD: hue angle of 237.31º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A8DCD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 141 205 -
CMYK 0.33 0.31 0 0.20
HSL 237.31º 0.4% 0.67% -
HSV(B) 237.31º 0.33% 0.8% -
XYZ 31.03 28.86 61.69 -
YUV 147.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 138 141 205 0.33 0.31 0 0.20 237.31 0.4 0.67
Hex 8A 8D CD 21 1F 0 14 ED 28 43
Octal 212 215 315 41 37 0 24 355 50 103
Binary 10001010 10001101 11001101 100001 11111 0 10100 11101101 101000 1000011

Color Harmonies of #8A8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8DCD

Black with #8A8DCD

Text Example


Text Example

White with #8A8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,141,205); }

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

background-color css

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

 a { background-color: rgb(138,141,205); }

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

border-color css

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

 span { border-color: rgb(138,141,205); }

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