Html Css Color HEX #8A95D7 Portage

📋 copy color: '#8A95D7'

red 138 ◦ green 149 ◦ blue 215

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

Shades of Portage #8A95D7

Tints of Portage #8A95D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 27.49%
G = 29.68%
B = 42.83%

CMYK

 C value IS 0.36

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8A95D7 (or 0x8A95D7) is known color: Portage. HEX triplet: 8A, 95 and D7. RGB value is (138,149,215). Sum of RGB (Red+Green+Blue) = 138+149+215=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #8A95D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95D7 is #756A28. Grayscale: #989898. Windows color (decimal): -7694889 or 14128522. OLE color: 14128522.

HSL color Cylindrical-coordinate representation of color #8A95D7: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A95D7 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 149 215 -
CMYK 0.36 0.31 0 0.16
HSL 231.43º 0.49% 0.69% -
HSV(B) 231.43º 0.36% 0.84% -
XYZ 33.49 31.8 68.66 -
YUV 153.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 138 149 215 0.36 0.31 0 0.16 231.43 0.49 0.69
Hex 8A 95 D7 24 1F 0 10 E7 31 45
Octal 212 225 327 44 37 0 20 347 61 105
Binary 10001010 10010101 11010111 100100 11111 0 10000 11100111 110001 1000101

Color Harmonies of #8A95D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95D7

Black with #8A95D7

Text Example


Text Example

White with #8A95D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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