Html Css Color HEX #7C97DB Portage

📋 copy color: '#7C97DB'

red 124 ◦ green 151 ◦ blue 219

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

Shades of Portage #7C97DB

Tints of Portage #7C97DB

RGB

 RED value IS 124 (48.83% from 255) = 25.1%

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 25.1%
G = 30.57%
B = 44.33%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C97DB (or 0x7C97DB) is known color: Portage. HEX triplet: 7C, 97 and DB. RGB value is (124,151,219). Sum of RGB (Red+Green+Blue) = 124+151+219=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C97DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C97DB is #836824. Grayscale: #969696. Windows color (decimal): -8611877 or 14391164. OLE color: 14391164.

HSL color Cylindrical-coordinate representation of color #7C97DB: hue angle of 222.95º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C97DB is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 151 219 -
CMYK 0.43 0.31 0 0.14
HSL 222.95º 0.57% 0.67% -
HSV(B) 222.95º 0.43% 0.86% -
XYZ 32.16 31.53 71.41 -
YUV 150.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 124 151 219 0.43 0.31 0 0.14 222.95 0.57 0.67
Hex 7C 97 DB 2B 1F 0 E DF 39 43
Octal 174 227 333 53 37 0 16 337 71 103
Binary 1111100 10010111 11011011 101011 11111 0 1110 11011111 111001 1000011

Color Harmonies of #7C97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C97DB

Black with #7C97DB

Text Example


Text Example

White with #7C97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,151,219); }

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

background-color css

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

 a { background-color: rgb(124,151,219); }

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

border-color css

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

 span { border-color: rgb(124,151,219); }

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