Html Css Color HEX #7B89DD Portage

📋 copy color: '#7B89DD'

red 123 ◦ green 137 ◦ blue 221

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

Shades of Portage #7B89DD

Tints of Portage #7B89DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.48%

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

R = 25.57%
G = 28.48%
B = 45.95%

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

#7B89DD (or 0x7B89DD) is known color: Portage. HEX triplet: 7B, 89 and DD. RGB value is (123,137,221). Sum of RGB (Red+Green+Blue) = 123+137+221=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B89DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B89DD is #847622. Grayscale: #8E8E8E. Windows color (decimal): -8680995 or 14518651. OLE color: 14518651.

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

Color convert

RGB 123 137 221 -
CMYK 0.44 0.38 0 0.13
HSL 231.43º 0.59% 0.67% -
HSV(B) 231.43º 0.44% 0.87% -
XYZ 30.17 27.32 72.09 -
YUV 142.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 123 137 221 0.44 0.38 0 0.13 231.43 0.59 0.67
Hex 7B 89 DD 2C 26 0 D E7 3B 43
Octal 173 211 335 54 46 0 15 347 73 103
Binary 1111011 10001001 11011101 101100 100110 0 1101 11100111 111011 1000011

Color Harmonies of #7B89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B89DD

Black with #7B89DD

Text Example


Text Example

White with #7B89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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