Html Css Color HEX #8A8FCE Portage

📋 copy color: '#8A8FCE'

red 138 ◦ green 143 ◦ blue 206

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

Shades of Portage #8A8FCE

Tints of Portage #8A8FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

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

R = 28.34%
G = 29.36%
B = 42.3%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A8FCE (or 0x8A8FCE) is known color: Portage. HEX triplet: 8A, 8F and CE. RGB value is (138,143,206). Sum of RGB (Red+Green+Blue) = 138+143+206=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8FCE is #757031. Grayscale: #949494. Windows color (decimal): -7696434 or 13537162. OLE color: 13537162.

HSL color Cylindrical-coordinate representation of color #8A8FCE: hue angle of 235.59º 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 #8A8FCE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 143 206 -
CMYK 0.33 0.31 0 0.19
HSL 235.59º 0.41% 0.67% -
HSV(B) 235.59º 0.33% 0.81% -
XYZ 31.44 29.5 62.43 -
YUV 148.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 138 143 206 0.33 0.31 0 0.19 235.59 0.41 0.67
Hex 8A 8F CE 21 1F 0 13 EC 29 43
Octal 212 217 316 41 37 0 23 354 51 103
Binary 10001010 10001111 11001110 100001 11111 0 10011 11101100 101001 1000011

Color Harmonies of #8A8FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8FCE

Black with #8A8FCE

Text Example


Text Example

White with #8A8FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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