Html Css Color HEX #7B8DCE Portage

📋 copy color: '#7B8DCE'

red 123 ◦ green 141 ◦ blue 206

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

Shades of Portage #7B8DCE

Tints of Portage #7B8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

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

R = 26.17%
G = 30%
B = 43.83%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B8DCE (or 0x7B8DCE) is known color: Portage. HEX triplet: 7B, 8D and CE. RGB value is (123,141,206). Sum of RGB (Red+Green+Blue) = 123+141+206=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8DCE is #847231. Grayscale: #8E8E8E. Windows color (decimal): -8679986 or 13536635. OLE color: 13536635.

HSL color Cylindrical-coordinate representation of color #7B8DCE: hue angle of 226.99º 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 #7B8DCE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 141 206 -
CMYK 0.40 0.32 0 0.19
HSL 226.99º 0.46% 0.65% -
HSV(B) 226.99º 0.4% 0.81% -
XYZ 28.83 27.72 62.22 -
YUV 143.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 123 141 206 0.40 0.32 0 0.19 226.99 0.46 0.65
Hex 7B 8D CE 28 20 0 13 E3 2E 41
Octal 173 215 316 50 40 0 23 343 56 101
Binary 1111011 10001101 11001110 101000 100000 0 10011 11100011 101110 1000001

Color Harmonies of #7B8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8DCE

Black with #7B8DCE

Text Example


Text Example

White with #7B8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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