Html Css Color HEX #7B99DA Portage

📋 copy color: '#7B99DA'

red 123 ◦ green 153 ◦ blue 218

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

Shades of Portage #7B99DA

Tints of Portage #7B99DA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 24.9%
G = 30.97%
B = 44.13%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B99DA (or 0x7B99DA) is known color: Portage. HEX triplet: 7B, 99 and DA. RGB value is (123,153,218). Sum of RGB (Red+Green+Blue) = 123+153+218=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B99DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B99DA is #846625. Grayscale: #979797. Windows color (decimal): -8676902 or 14326139. OLE color: 14326139.

HSL color Cylindrical-coordinate representation of color #7B99DA: hue angle of 221.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B99DA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 153 218 -
CMYK 0.44 0.30 0 0.15
HSL 221.05º 0.56% 0.67% -
HSV(B) 221.05º 0.44% 0.85% -
XYZ 32.21 32.06 70.82 -
YUV 151.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 123 153 218 0.44 0.30 0 0.15 221.05 0.56 0.67
Hex 7B 99 DA 2C 1E 0 F DD 38 43
Octal 173 231 332 54 36 0 17 335 70 103
Binary 1111011 10011001 11011010 101100 11110 0 1111 11011101 111000 1000011

Color Harmonies of #7B99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B99DA

Black with #7B99DA

Text Example


Text Example

White with #7B99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,153,218); }

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

background-color css

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

 a { background-color: rgb(123,153,218); }

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

border-color css

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

 span { border-color: rgb(123,153,218); }

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