Html Css Color HEX #7B8ADF Portage

📋 copy color: '#7B8ADF'

red 123 ◦ green 138 ◦ blue 223

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

Shades of Portage #7B8ADF

Tints of Portage #7B8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

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

R = 25.41%
G = 28.51%
B = 46.07%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B8ADF (or 0x7B8ADF) is known color: Portage. HEX triplet: 7B, 8A and DF. RGB value is (123,138,223). Sum of RGB (Red+Green+Blue) = 123+138+223=484 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.41% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B8ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ADF is #847520. Grayscale: #8E8E8E. Windows color (decimal): -8680737 or 14649979. OLE color: 14649979.

HSL color Cylindrical-coordinate representation of color #7B8ADF: hue angle of 231º 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 #7B8ADF is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 138 223 -
CMYK 0.45 0.38 0 0.13
HSL 231º 0.61% 0.68% -
HSV(B) 231º 0.45% 0.87% -
XYZ 30.58 27.72 73.55 -
YUV 143.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 123 138 223 0.45 0.38 0 0.13 231 0.61 0.68
Hex 7B 8A DF 2D 26 0 D E7 3D 44
Octal 173 212 337 55 46 0 15 347 75 104
Binary 1111011 10001010 11011111 101101 100110 0 1101 11100111 111101 1000100

Color Harmonies of #7B8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ADF

Black with #7B8ADF

Text Example


Text Example

White with #7B8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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