Html Css Color HEX #8A95FF Portage

📋 copy color: '#8A95FF'

red 138 ◦ green 149 ◦ blue 255

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

Shades of Portage #8A95FF

Tints of Portage #8A95FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.49%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 25.46%
G = 27.49%
B = 47.05%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A95FF (or 0x8A95FF) is known color: Portage. HEX triplet: 8A, 95 and FF. RGB value is (138,149,255). Sum of RGB (Red+Green+Blue) = 138+149+255=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A95FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A95FF is #756A00. Grayscale: #9D9D9D. Windows color (decimal): -7694849 or 16749962. OLE color: 16749962.

HSL color Cylindrical-coordinate representation of color #8A95FF: hue angle of 234.36º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A95FF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 149 255 -
CMYK 0.46 0.42 0 0
HSL 234.36º 1% 0.77% -
HSV(B) 234.36º 0.46% 1% -
XYZ 39.28 34.12 99.12 -
YUV 157.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 138 149 255 0.46 0.42 0 0 234.36 1 0.77
Hex 8A 95 FF 2E 2A 0 0 EA 64 4D
Octal 212 225 377 56 52 0 0 352 144 115
Binary 10001010 10010101 11111111 101110 101010 0 0 11101010 1100100 1001101

Color Harmonies of #8A95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95FF

Black with #8A95FF

Text Example


Text Example

White with #8A95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,149,255); }

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

background-color css

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

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

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

border-color css

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

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

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