Html Css Color HEX #8C9DEB Portage

📋 copy color: '#8C9DEB'

red 140 ◦ green 157 ◦ blue 235

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

Shades of Portage #8C9DEB

Tints of Portage #8C9DEB

RGB

 RED value IS 140 (55.08% from 255) = 26.32%

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

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 26.32%
G = 29.51%
B = 44.17%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C9DEB (or 0x8C9DEB) is known color: Portage. HEX triplet: 8C, 9D and EB. RGB value is (140,157,235). Sum of RGB (Red+Green+Blue) = 140+157+235=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C9DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9DEB is #736214. Grayscale: #A0A0A0. Windows color (decimal): -7561749 or 15441292. OLE color: 15441292.

HSL color Cylindrical-coordinate representation of color #8C9DEB: hue angle of 229.26º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9DEB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 157 235 -
CMYK 0.40 0.33 0 0.08
HSL 229.26º 0.7% 0.74% -
HSV(B) 229.26º 0.4% 0.92% -
XYZ 37.87 35.69 83.49 -
YUV 160.81 169.87 113.16 -
System Red Green Blue C M Y K H S L
Decimal 140 157 235 0.40 0.33 0 0.08 229.26 0.7 0.74
Hex 8C 9D EB 28 21 0 8 E5 46 4A
Octal 214 235 353 50 41 0 10 345 106 112
Binary 10001100 10011101 11101011 101000 100001 0 1000 11100101 1000110 1001010

Color Harmonies of #8C9DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9DEB

Black with #8C9DEB

Text Example


Text Example

White with #8C9DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,157,235); }

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

background-color css

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

 a { background-color: rgb(140,157,235); }

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

border-color css

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

 span { border-color: rgb(140,157,235); }

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