Html Css Color HEX #8A95DF Portage

📋 copy color: '#8A95DF'

red 138 ◦ green 149 ◦ blue 223

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

Shades of Portage #8A95DF

Tints of Portage #8A95DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 27.06%
G = 29.22%
B = 43.73%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A95DF (or 0x8A95DF) is known color: Portage. HEX triplet: 8A, 95 and DF. RGB value is (138,149,223). Sum of RGB (Red+Green+Blue) = 138+149+223=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A95DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95DF is #756A20. Grayscale: #999999. Windows color (decimal): -7694881 or 14652810. OLE color: 14652810.

HSL color Cylindrical-coordinate representation of color #8A95DF: hue angle of 232.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A95DF is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 149 223 -
CMYK 0.38 0.33 0 0.13
HSL 232.24º 0.57% 0.71% -
HSV(B) 232.24º 0.38% 0.87% -
XYZ 34.55 32.23 74.21 -
YUV 154.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 138 149 223 0.38 0.33 0 0.13 232.24 0.57 0.71
Hex 8A 95 DF 26 21 0 D E8 39 47
Octal 212 225 337 46 41 0 15 350 71 107
Binary 10001010 10010101 11011111 100110 100001 0 1101 11101000 111001 1000111

Color Harmonies of #8A95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95DF

Black with #8A95DF

Text Example


Text Example

White with #8A95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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