Html Css Color HEX #7B94CD Portage

📋 copy color: '#7B94CD'

red 123 ◦ green 148 ◦ blue 205

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

Shades of Portage #7B94CD

Tints of Portage #7B94CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.09%

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

R = 25.84%
G = 31.09%
B = 43.07%

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

#7B94CD (or 0x7B94CD) is known color: Portage. HEX triplet: 7B, 94 and CD. RGB value is (123,148,205). Sum of RGB (Red+Green+Blue) = 123+148+205=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B94CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B94CD is #846B32. Grayscale: #929292. Windows color (decimal): -8678195 or 13472891. OLE color: 13472891.

HSL color Cylindrical-coordinate representation of color #7B94CD: hue angle of 221.71º 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 #7B94CD is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 123 148 205 -
CMYK 0.4 0.28 0 0.20
HSL 221.71º 0.45% 0.64% -
HSV(B) 221.71º 0.4% 0.8% -
XYZ 29.78 29.8 61.94 -
YUV 147.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 123 148 205 0.4 0.28 0 0.20 221.71 0.45 0.64
Hex 7B 94 CD 28 1C 0 14 DE 2D 40
Octal 173 224 315 50 34 0 24 336 55 100
Binary 1111011 10010100 11001101 101000 11100 0 10100 11011110 101101 1000000

Color Harmonies of #7B94CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B94CD

Black with #7B94CD

Text Example


Text Example

White with #7B94CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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