Html Css Color HEX #7B93DC Portage

📋 copy color: '#7B93DC'

red 123 ◦ green 147 ◦ blue 220

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

Shades of Portage #7B93DC

Tints of Portage #7B93DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

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

R = 25.1%
G = 30%
B = 44.9%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B93DC (or 0x7B93DC) is known color: Portage. HEX triplet: 7B, 93 and DC. RGB value is (123,147,220). Sum of RGB (Red+Green+Blue) = 123+147+220=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B93DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93DC is #846C23. Grayscale: #939393. Windows color (decimal): -8678436 or 14455675. OLE color: 14455675.

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

Color convert

RGB 123 147 220 -
CMYK 0.44 0.33 0 0.14
HSL 225.15º 0.58% 0.67% -
HSV(B) 225.15º 0.44% 0.86% -
XYZ 31.52 30.25 71.89 -
YUV 148.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 123 147 220 0.44 0.33 0 0.14 225.15 0.58 0.67
Hex 7B 93 DC 2C 21 0 E E1 3A 43
Octal 173 223 334 54 41 0 16 341 72 103
Binary 1111011 10010011 11011100 101100 100001 0 1110 11100001 111010 1000011

Color Harmonies of #7B93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B93DC

Black with #7B93DC

Text Example


Text Example

White with #7B93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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