Html Css Color HEX #8A9CED Portage

📋 copy color: '#8A9CED'

red 138 ◦ green 156 ◦ blue 237

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

Shades of Portage #8A9CED

Tints of Portage #8A9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 25.99%
G = 29.38%
B = 44.63%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A9CED (or 0x8A9CED) is known color: Portage. HEX triplet: 8A, 9C and ED. RGB value is (138,156,237). Sum of RGB (Red+Green+Blue) = 138+156+237=531 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.99% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A9CED is #756312. Grayscale: #9F9F9F. Windows color (decimal): -7693075 or 15572106. OLE color: 15572106.

HSL color Cylindrical-coordinate representation of color #8A9CED: hue angle of 229.09º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A9CED is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 156 237 -
CMYK 0.42 0.34 0 0.07
HSL 229.09º 0.73% 0.74% -
HSV(B) 229.09º 0.42% 0.93% -
XYZ 37.66 35.29 84.95 -
YUV 159.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 138 156 237 0.42 0.34 0 0.07 229.09 0.73 0.74
Hex 8A 9C ED 2A 22 0 7 E5 49 4A
Octal 212 234 355 52 42 0 7 345 111 112
Binary 10001010 10011100 11101101 101010 100010 0 111 11100101 1001001 1001010

Color Harmonies of #8A9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9CED

Black with #8A9CED

Text Example


Text Example

White with #8A9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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