Html Css Color HEX #7B8BDC Portage

📋 copy color: '#7B8BDC'

red 123 ◦ green 139 ◦ blue 220

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

Shades of Portage #7B8BDC

Tints of Portage #7B8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.84%

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 25.52%
G = 28.84%
B = 45.64%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B8BDC (or 0x7B8BDC) is known color: Portage. HEX triplet: 7B, 8B and DC. RGB value is (123,139,220). Sum of RGB (Red+Green+Blue) = 123+139+220=482 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.52% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BDC is #847423. Grayscale: #8F8F8F. Windows color (decimal): -8680484 or 14453627. OLE color: 14453627.

HSL color Cylindrical-coordinate representation of color #7B8BDC: hue angle of 230.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B8BDC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 123 139 220 -
CMYK 0.44 0.37 0 0.14
HSL 230.1º 0.58% 0.67% -
HSV(B) 230.1º 0.44% 0.86% -
XYZ 30.32 27.84 71.49 -
YUV 143.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 123 139 220 0.44 0.37 0 0.14 230.1 0.58 0.67
Hex 7B 8B DC 2C 25 0 E E6 3A 43
Octal 173 213 334 54 45 0 16 346 72 103
Binary 1111011 10001011 11011100 101100 100101 0 1110 11100110 111010 1000011

Color Harmonies of #7B8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8BDC

Black with #7B8BDC

Text Example


Text Example

White with #7B8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,139,220); }

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

background-color css

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

 a { background-color: rgb(123,139,220); }

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

border-color css

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

 span { border-color: rgb(123,139,220); }

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