Html Css Color HEX #8A8AED Portage

📋 copy color: '#8A8AED'

red 138 ◦ green 138 ◦ blue 237

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

Shades of Portage #8A8AED

Tints of Portage #8A8AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 26.9%
G = 26.9%
B = 46.2%

CMYK

 C value IS 0.42

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A8AED (or 0x8A8AED) is known color: Portage. HEX triplet: 8A, 8A and ED. RGB value is (138,138,237). Sum of RGB (Red+Green+Blue) = 138+138+237=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8AED is #757512. Grayscale: #949494. Windows color (decimal): -7697683 or 15567498. OLE color: 15567498.

HSL color Cylindrical-coordinate representation of color #8A8AED: hue angle of 240º 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 #8A8AED is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 138 237 -
CMYK 0.42 0.42 0 0.07
HSL 240º 0.73% 0.74% -
HSV(B) 240º 0.42% 0.93% -
XYZ 34.86 29.69 84.02 -
YUV 149.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 138 138 237 0.42 0.42 0 0.07 240 0.73 0.74
Hex 8A 8A ED 2A 2A 0 7 F0 49 4A
Octal 212 212 355 52 52 0 7 360 111 112
Binary 10001010 10001010 11101101 101010 101010 0 111 11110000 1001001 1001010

Color Harmonies of #8A8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8AED

Black with #8A8AED

Text Example


Text Example

White with #8A8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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