Html Css Color HEX #8A9DDE Portage

📋 copy color: '#8A9DDE'

red 138 ◦ green 157 ◦ blue 222

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

Shades of Portage #8A9DDE

Tints of Portage #8A9DDE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.37%

 BLUE value IS 222 (87.11% from 255) = 42.94%

R = 26.69%
G = 30.37%
B = 42.94%

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

#8A9DDE (or 0x8A9DDE) is known color: Portage. HEX triplet: 8A, 9D and DE. RGB value is (138,157,222). Sum of RGB (Red+Green+Blue) = 138+157+222=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9DDE is #756221. Grayscale: #9E9E9E. Windows color (decimal): -7692834 or 14589322. OLE color: 14589322.

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

Color convert

RGB 138 157 222 -
CMYK 0.38 0.29 0 0.13
HSL 226.43º 0.56% 0.71% -
HSV(B) 226.43º 0.38% 0.87% -
XYZ 35.72 34.79 73.94 -
YUV 158.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 138 157 222 0.38 0.29 0 0.13 226.43 0.56 0.71
Hex 8A 9D DE 26 1D 0 D E2 38 47
Octal 212 235 336 46 35 0 15 342 70 107
Binary 10001010 10011101 11011110 100110 11101 0 1101 11100010 111000 1000111

Color Harmonies of #8A9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9DDE

Black with #8A9DDE

Text Example


Text Example

White with #8A9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,157,222); }

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

background-color css

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

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

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

border-color css

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

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

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