Html Css Color HEX #7B93CD Portage

📋 copy color: '#7B93CD'

red 123 ◦ green 147 ◦ blue 205

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

Shades of Portage #7B93CD

Tints of Portage #7B93CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 25.89%
G = 30.95%
B = 43.16%

CMYK

 C value IS 0.4

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7B93CD (or 0x7B93CD) is known color: Portage. HEX triplet: 7B, 93 and CD. RGB value is (123,147,205). Sum of RGB (Red+Green+Blue) = 123+147+205=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B93CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93CD is #846C32. Grayscale: #929292. Windows color (decimal): -8678451 or 13472635. OLE color: 13472635.

HSL color Cylindrical-coordinate representation of color #7B93CD: hue angle of 222.44º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B93CD is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 147 205 -
CMYK 0.4 0.28 0 0.20
HSL 222.44º 0.45% 0.64% -
HSV(B) 222.44º 0.4% 0.8% -
XYZ 29.62 29.49 61.89 -
YUV 146.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 123 147 205 0.4 0.28 0 0.20 222.44 0.45 0.64
Hex 7B 93 CD 28 1C 0 14 DE 2D 40
Octal 173 223 315 50 34 0 24 336 55 100
Binary 1111011 10010011 11001101 101000 11100 0 10100 11011110 101101 1000000

Color Harmonies of #7B93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B93CD

Black with #7B93CD

Text Example


Text Example

White with #7B93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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