Html Css Color HEX #8A8CED Portage

📋 copy color: '#8A8CED'

red 138 ◦ green 140 ◦ blue 237

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

Shades of Portage #8A8CED

Tints of Portage #8A8CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 26.8%
G = 27.18%
B = 46.02%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A8CED (or 0x8A8CED) is known color: Portage. HEX triplet: 8A, 8C and ED. RGB value is (138,140,237). Sum of RGB (Red+Green+Blue) = 138+140+237=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8CED is #757312. Grayscale: #969696. Windows color (decimal): -7697171 or 15568010. OLE color: 15568010.

HSL color Cylindrical-coordinate representation of color #8A8CED: hue angle of 238.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A8CED is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 140 237 -
CMYK 0.42 0.41 0 0.07
HSL 238.79º 0.73% 0.74% -
HSV(B) 238.79º 0.42% 0.93% -
XYZ 35.15 30.27 84.11 -
YUV 150.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 138 140 237 0.42 0.41 0 0.07 238.79 0.73 0.74
Hex 8A 8C ED 2A 29 0 7 EF 49 4A
Octal 212 214 355 52 51 0 7 357 111 112
Binary 10001010 10001100 11101101 101010 101001 0 111 11101111 1001001 1001010

Color Harmonies of #8A8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8CED

Black with #8A8CED

Text Example


Text Example

White with #8A8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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