Html Css Color HEX #8A9FDF Portage

📋 copy color: '#8A9FDF'

red 138 ◦ green 159 ◦ blue 223

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

Shades of Portage #8A9FDF

Tints of Portage #8A9FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.58%

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

R = 26.54%
G = 30.58%
B = 42.88%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A9FDF (or 0x8A9FDF) is known color: Portage. HEX triplet: 8A, 9F and DF. RGB value is (138,159,223). Sum of RGB (Red+Green+Blue) = 138+159+223=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FDF is #756020. Grayscale: #9F9F9F. Windows color (decimal): -7692321 or 14655370. OLE color: 14655370.

HSL color Cylindrical-coordinate representation of color #8A9FDF: hue angle of 225.18º 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 #8A9FDF is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 159 223 -
CMYK 0.38 0.29 0 0.13
HSL 225.18º 0.57% 0.71% -
HSV(B) 225.18º 0.38% 0.87% -
XYZ 36.2 35.53 74.76 -
YUV 160.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 138 159 223 0.38 0.29 0 0.13 225.18 0.57 0.71
Hex 8A 9F DF 26 1D 0 D E1 39 47
Octal 212 237 337 46 35 0 15 341 71 107
Binary 10001010 10011111 11011111 100110 11101 0 1101 11100001 111001 1000111

Color Harmonies of #8A9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9FDF

Black with #8A9FDF

Text Example


Text Example

White with #8A9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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