Html Css Color HEX #7B8ECE Portage

📋 copy color: '#7B8ECE'

red 123 ◦ green 142 ◦ blue 206

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

Shades of Portage #7B8ECE

Tints of Portage #7B8ECE

RGB

 RED value IS 123 (48.44% from 255) = 26.11%

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 26.11%
G = 30.15%
B = 43.74%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B8ECE (or 0x7B8ECE) is known color: Portage. HEX triplet: 7B, 8E and CE. RGB value is (123,142,206). Sum of RGB (Red+Green+Blue) = 123+142+206=471 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.11% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ECE is #847131. Grayscale: #8F8F8F. Windows color (decimal): -8679730 or 13536891. OLE color: 13536891.

HSL color Cylindrical-coordinate representation of color #7B8ECE: hue angle of 226.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8ECE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 142 206 -
CMYK 0.40 0.31 0 0.19
HSL 226.27º 0.46% 0.65% -
HSV(B) 226.27º 0.4% 0.81% -
XYZ 28.98 28.01 62.27 -
YUV 143.62 163.21 113.3 -
System Red Green Blue C M Y K H S L
Decimal 123 142 206 0.40 0.31 0 0.19 226.27 0.46 0.65
Hex 7B 8E CE 28 1F 0 13 E2 2E 41
Octal 173 216 316 50 37 0 23 342 56 101
Binary 1111011 10001110 11001110 101000 11111 0 10011 11100010 101110 1000001

Color Harmonies of #7B8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ECE

Black with #7B8ECE

Text Example


Text Example

White with #7B8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B8ECE; }

 p { color: rgb(123,142,206); }

 H1.HeaderClassName
 {
   color: #7B8ECE;
 }
 .AnyTagClassName
 {
   color: #7B8ECE;
 }
</style>

background-color css

<style>
 a { background-color: #7B8ECE; }

 a { background-color: rgb(123,142,206); }

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

border-color css

<style>
 span { border-color: #7B8ECE; }

 span { border-color: rgb(123,142,206); }

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