Html Css Color HEX #8A9CCF Portage

📋 copy color: '#8A9CCF'

red 138 ◦ green 156 ◦ blue 207

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

Shades of Portage #8A9CCF

Tints of Portage #8A9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

 BLUE value IS 207 (81.25% from 255) = 41.32%

R = 27.54%
G = 31.14%
B = 41.32%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A9CCF (or 0x8A9CCF) is known color: Portage. HEX triplet: 8A, 9C and CF. RGB value is (138,156,207). Sum of RGB (Red+Green+Blue) = 138+156+207=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9CCF is #756330. Grayscale: #9C9C9C. Windows color (decimal): -7693105 or 13606026. OLE color: 13606026.

HSL color Cylindrical-coordinate representation of color #8A9CCF: hue angle of 224.35º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9CCF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 156 207 -
CMYK 0.33 0.25 0 0.19
HSL 224.35º 0.42% 0.68% -
HSV(B) 224.35º 0.33% 0.81% -
XYZ 33.63 33.69 63.76 -
YUV 156.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 138 156 207 0.33 0.25 0 0.19 224.35 0.42 0.68
Hex 8A 9C CF 21 19 0 13 E0 2A 44
Octal 212 234 317 41 31 0 23 340 52 104
Binary 10001010 10011100 11001111 100001 11001 0 10011 11100000 101010 1000100

Color Harmonies of #8A9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CCF

Black with #8A9CCF

Text Example


Text Example

White with #8A9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,156,207); }

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

background-color css

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

 a { background-color: rgb(138,156,207); }

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

border-color css

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

 span { border-color: rgb(138,156,207); }

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