Html Css Color HEX #8A8DCF Portage

📋 copy color: '#8A8DCF'

red 138 ◦ green 141 ◦ blue 207

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

Shades of Portage #8A8DCF

Tints of Portage #8A8DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 28.4%
G = 29.01%
B = 42.59%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A8DCF (or 0x8A8DCF) is known color: Portage. HEX triplet: 8A, 8D and CF. RGB value is (138,141,207). Sum of RGB (Red+Green+Blue) = 138+141+207=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8DCF is #757230. Grayscale: #939393. Windows color (decimal): -7696945 or 13602186. OLE color: 13602186.

HSL color Cylindrical-coordinate representation of color #8A8DCF: hue angle of 237.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A8DCF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 141 207 -
CMYK 0.33 0.32 0 0.19
HSL 237.39º 0.42% 0.68% -
HSV(B) 237.39º 0.33% 0.81% -
XYZ 31.27 28.96 62.97 -
YUV 147.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 138 141 207 0.33 0.32 0 0.19 237.39 0.42 0.68
Hex 8A 8D CF 21 20 0 13 ED 2A 44
Octal 212 215 317 41 40 0 23 355 52 104
Binary 10001010 10001101 11001111 100001 100000 0 10011 11101101 101010 1000100

Color Harmonies of #8A8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8DCF

Black with #8A8DCF

Text Example


Text Example

White with #8A8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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