Html Css Color HEX #8C9EEF Portage

📋 copy color: '#8C9EEF'

red 140 ◦ green 158 ◦ blue 239

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

Shades of Portage #8C9EEF

Tints of Portage #8C9EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.42%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 26.07%
G = 29.42%
B = 44.51%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C9EEF (or 0x8C9EEF) is known color: Portage. HEX triplet: 8C, 9E and EF. RGB value is (140,158,239). Sum of RGB (Red+Green+Blue) = 140+158+239=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C9EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9EEF is #736110. Grayscale: #A1A1A1. Windows color (decimal): -7561489 or 15703692. OLE color: 15703692.

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

Color convert

RGB 140 158 239 -
CMYK 0.41 0.34 0 0.06
HSL 229.09º 0.76% 0.74% -
HSV(B) 229.09º 0.41% 0.94% -
XYZ 38.62 36.26 86.62 -
YUV 161.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 140 158 239 0.41 0.34 0 0.06 229.09 0.76 0.74
Hex 8C 9E EF 29 22 0 6 E5 4C 4A
Octal 214 236 357 51 42 0 6 345 114 112
Binary 10001100 10011110 11101111 101001 100010 0 110 11100101 1001100 1001010

Color Harmonies of #8C9EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EEF

Black with #8C9EEF

Text Example


Text Example

White with #8C9EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,158,239); }

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

background-color css

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

 a { background-color: rgb(140,158,239); }

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

border-color css

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

 span { border-color: rgb(140,158,239); }

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