Html Css Color HEX #8A8CDD Portage

📋 copy color: '#8A8CDD'

red 138 ◦ green 140 ◦ blue 221

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

Shades of Portage #8A8CDD

Tints of Portage #8A8CDD

RGB

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

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

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

R = 27.66%
G = 28.06%
B = 44.29%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A8CDD (or 0x8A8CDD) is known color: Portage. HEX triplet: 8A, 8C and DD. RGB value is (138,140,221). Sum of RGB (Red+Green+Blue) = 138+140+221=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A8CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CDD is #757322. Grayscale: #949494. Windows color (decimal): -7697187 or 14519434. OLE color: 14519434.

HSL color Cylindrical-coordinate representation of color #8A8CDD: hue angle of 238.55º 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 #8A8CDD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 140 221 -
CMYK 0.38 0.37 0 0.13
HSL 238.55º 0.55% 0.7% -
HSV(B) 238.55º 0.38% 0.87% -
XYZ 32.91 29.38 72.34 -
YUV 148.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 138 140 221 0.38 0.37 0 0.13 238.55 0.55 0.7
Hex 8A 8C DD 26 25 0 D EF 37 46
Octal 212 214 335 46 45 0 15 357 67 106
Binary 10001010 10001100 11011101 100110 100101 0 1101 11101111 110111 1000110

Color Harmonies of #8A8CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8CDD

Black with #8A8CDD

Text Example


Text Example

White with #8A8CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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