Html Css Color HEX #7B96DC Portage

📋 copy color: '#7B96DC'

red 123 ◦ green 150 ◦ blue 220

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

Shades of Portage #7B96DC

Tints of Portage #7B96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.43%

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

R = 24.95%
G = 30.43%
B = 44.62%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B96DC (or 0x7B96DC) is known color: Portage. HEX triplet: 7B, 96 and DC. RGB value is (123,150,220). Sum of RGB (Red+Green+Blue) = 123+150+220=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B96DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96DC is #846923. Grayscale: #959595. Windows color (decimal): -8677668 or 14456443. OLE color: 14456443.

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

Color convert

RGB 123 150 220 -
CMYK 0.44 0.32 0 0.14
HSL 223.3º 0.58% 0.67% -
HSV(B) 223.3º 0.44% 0.86% -
XYZ 31.99 31.19 72.04 -
YUV 149.91 167.55 108.81 -
System Red Green Blue C M Y K H S L
Decimal 123 150 220 0.44 0.32 0 0.14 223.3 0.58 0.67
Hex 7B 96 DC 2C 20 0 E DF 3A 43
Octal 173 226 334 54 40 0 16 337 72 103
Binary 1111011 10010110 11011100 101100 100000 0 1110 11011111 111010 1000011

Color Harmonies of #7B96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B96DC

Black with #7B96DC

Text Example


Text Example

White with #7B96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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