Html Css Color HEX #7B88DD Portage

📋 copy color: '#7B88DD'

red 123 ◦ green 136 ◦ blue 221

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

Shades of Portage #7B88DD

Tints of Portage #7B88DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 25.63%
G = 28.33%
B = 46.04%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B88DD (or 0x7B88DD) is known color: Portage. HEX triplet: 7B, 88 and DD. RGB value is (123,136,221). Sum of RGB (Red+Green+Blue) = 123+136+221=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B88DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B88DD is #847722. Grayscale: #8D8D8D. Windows color (decimal): -8681251 or 14518395. OLE color: 14518395.

HSL color Cylindrical-coordinate representation of color #7B88DD: hue angle of 232.04º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B88DD is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 136 221 -
CMYK 0.44 0.38 0 0.13
HSL 232.04º 0.59% 0.67% -
HSV(B) 232.04º 0.44% 0.87% -
XYZ 30.02 27.04 72.04 -
YUV 141.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 123 136 221 0.44 0.38 0 0.13 232.04 0.59 0.67
Hex 7B 88 DD 2C 26 0 D E8 3B 43
Octal 173 210 335 54 46 0 15 350 73 103
Binary 1111011 10001000 11011101 101100 100110 0 1101 11101000 111011 1000011

Color Harmonies of #7B88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B88DD

Black with #7B88DD

Text Example


Text Example

White with #7B88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,136,221); }

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

background-color css

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

 a { background-color: rgb(123,136,221); }

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

border-color css

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

 span { border-color: rgb(123,136,221); }

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