Html Css Color HEX #8A8CDA Portage

📋 copy color: '#8A8CDA'

red 138 ◦ green 140 ◦ blue 218

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

Shades of Portage #8A8CDA

Tints of Portage #8A8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.23%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 27.82%
G = 28.23%
B = 43.95%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8A8CDA (or 0x8A8CDA) is known color: Portage. HEX triplet: 8A, 8C and DA. RGB value is (138,140,218). Sum of RGB (Red+Green+Blue) = 138+140+218=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #8A8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CDA is #757325. Grayscale: #939393. Windows color (decimal): -7697190 or 14322826. OLE color: 14322826.

HSL color Cylindrical-coordinate representation of color #8A8CDA: hue angle of 238.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A8CDA is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 140 218 -
CMYK 0.37 0.36 0 0.15
HSL 238.5º 0.52% 0.7% -
HSV(B) 238.5º 0.37% 0.85% -
XYZ 32.51 29.22 70.26 -
YUV 148.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 138 140 218 0.37 0.36 0 0.15 238.5 0.52 0.7
Hex 8A 8C DA 25 24 0 F EE 34 46
Octal 212 214 332 45 44 0 17 356 64 106
Binary 10001010 10001100 11011010 100101 100100 0 1111 11101110 110100 1000110

Color Harmonies of #8A8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8CDA

Black with #8A8CDA

Text Example


Text Example

White with #8A8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,140,218); }

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

background-color css

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

 a { background-color: rgb(138,140,218); }

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

border-color css

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

 span { border-color: rgb(138,140,218); }

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