Html Css Color HEX #8A8CCE Portage

📋 copy color: '#8A8CCE'

red 138 ◦ green 140 ◦ blue 206

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

Shades of Portage #8A8CCE

Tints of Portage #8A8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 28.51%
G = 28.93%
B = 42.56%

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

#8A8CCE (or 0x8A8CCE) is known color: Portage. HEX triplet: 8A, 8C and CE. RGB value is (138,140,206). Sum of RGB (Red+Green+Blue) = 138+140+206=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8CCE is #757331. Grayscale: #929292. Windows color (decimal): -7697202 or 13536394. OLE color: 13536394.

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

Color convert

RGB 138 140 206 -
CMYK 0.33 0.32 0 0.19
HSL 238.24º 0.41% 0.67% -
HSV(B) 238.24º 0.33% 0.81% -
XYZ 31 28.62 62.28 -
YUV 146.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 138 140 206 0.33 0.32 0 0.19 238.24 0.41 0.67
Hex 8A 8C CE 21 20 0 13 EE 29 43
Octal 212 214 316 41 40 0 23 356 51 103
Binary 10001010 10001100 11001110 100001 100000 0 10011 11101110 101001 1000011

Color Harmonies of #8A8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8CCE

Black with #8A8CCE

Text Example


Text Example

White with #8A8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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