Html Css Color HEX #7B95DC Portage

📋 copy color: '#7B95DC'

red 123 ◦ green 149 ◦ blue 220

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

Shades of Portage #7B95DC

Tints of Portage #7B95DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

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

R = 25%
G = 30.28%
B = 44.72%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B95DC (or 0x7B95DC) is known color: Portage. HEX triplet: 7B, 95 and DC. RGB value is (123,149,220). Sum of RGB (Red+Green+Blue) = 123+149+220=492 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B95DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B95DC is #846A23. Grayscale: #959595. Windows color (decimal): -8677924 or 14456187. OLE color: 14456187.

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

Color convert

RGB 123 149 220 -
CMYK 0.44 0.32 0 0.14
HSL 223.92º 0.58% 0.67% -
HSV(B) 223.92º 0.44% 0.86% -
XYZ 31.83 30.87 71.99 -
YUV 149.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 123 149 220 0.44 0.32 0 0.14 223.92 0.58 0.67
Hex 7B 95 DC 2C 20 0 E E0 3A 43
Octal 173 225 334 54 40 0 16 340 72 103
Binary 1111011 10010101 11011100 101100 100000 0 1110 11100000 111010 1000011

Color Harmonies of #7B95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B95DC

Black with #7B95DC

Text Example


Text Example

White with #7B95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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