Html Css Color HEX #8C9BEB Portage

📋 copy color: '#8C9BEB'

red 140 ◦ green 155 ◦ blue 235

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

Shades of Portage #8C9BEB

Tints of Portage #8C9BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

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

R = 26.42%
G = 29.25%
B = 44.34%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C9BEB (or 0x8C9BEB) is known color: Portage. HEX triplet: 8C, 9B and EB. RGB value is (140,155,235). Sum of RGB (Red+Green+Blue) = 140+155+235=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9BEB is #736414. Grayscale: #9F9F9F. Windows color (decimal): -7562261 or 15440780. OLE color: 15440780.

HSL color Cylindrical-coordinate representation of color #8C9BEB: hue angle of 230.53º 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 #8C9BEB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 155 235 -
CMYK 0.40 0.34 0 0.08
HSL 230.53º 0.7% 0.74% -
HSV(B) 230.53º 0.4% 0.92% -
XYZ 37.53 35.02 83.38 -
YUV 159.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 140 155 235 0.40 0.34 0 0.08 230.53 0.7 0.74
Hex 8C 9B EB 28 22 0 8 E7 46 4A
Octal 214 233 353 50 42 0 10 347 106 112
Binary 10001100 10011011 11101011 101000 100010 0 1000 11100111 1000110 1001010

Color Harmonies of #8C9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9BEB

Black with #8C9BEB

Text Example


Text Example

White with #8C9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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