Html Css Color HEX #7B97DF Portage

📋 copy color: '#7B97DF'

red 123 ◦ green 151 ◦ blue 223

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

Shades of Portage #7B97DF

Tints of Portage #7B97DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 24.75%
G = 30.38%
B = 44.87%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B97DF (or 0x7B97DF) is known color: Portage. HEX triplet: 7B, 97 and DF. RGB value is (123,151,223). Sum of RGB (Red+Green+Blue) = 123+151+223=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B97DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B97DF is #846820. Grayscale: #969696. Windows color (decimal): -8677409 or 14653307. OLE color: 14653307.

HSL color Cylindrical-coordinate representation of color #7B97DF: hue angle of 223.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B97DF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 151 223 -
CMYK 0.45 0.32 0 0.13
HSL 223.2º 0.61% 0.68% -
HSV(B) 223.2º 0.45% 0.87% -
XYZ 32.55 31.67 74.21 -
YUV 150.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 123 151 223 0.45 0.32 0 0.13 223.2 0.61 0.68
Hex 7B 97 DF 2D 20 0 D DF 3D 44
Octal 173 227 337 55 40 0 15 337 75 104
Binary 1111011 10010111 11011111 101101 100000 0 1101 11011111 111101 1000100

Color Harmonies of #7B97DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B97DF

Black with #7B97DF

Text Example


Text Example

White with #7B97DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,151,223); }

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

background-color css

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

 a { background-color: rgb(123,151,223); }

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

border-color css

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

 span { border-color: rgb(123,151,223); }

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