Html Css Color HEX #7B8FDC Portage

📋 copy color: '#7B8FDC'

red 123 ◦ green 143 ◦ blue 220

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

Shades of Portage #7B8FDC

Tints of Portage #7B8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.42%

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

R = 25.31%
G = 29.42%
B = 45.27%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7B8FDC (or 0x7B8FDC) is known color: Portage. HEX triplet: 7B, 8F and DC. RGB value is (123,143,220). Sum of RGB (Red+Green+Blue) = 123+143+220=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8FDC is #847023. Grayscale: #919191. Windows color (decimal): -8679460 or 14454651. OLE color: 14454651.

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

Color convert

RGB 123 143 220 -
CMYK 0.44 0.35 0 0.14
HSL 227.63º 0.58% 0.67% -
HSV(B) 227.63º 0.44% 0.86% -
XYZ 30.91 29.02 71.68 -
YUV 145.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 123 143 220 0.44 0.35 0 0.14 227.63 0.58 0.67
Hex 7B 8F DC 2C 23 0 E E4 3A 43
Octal 173 217 334 54 43 0 16 344 72 103
Binary 1111011 10001111 11011100 101100 100011 0 1110 11100100 111010 1000011

Color Harmonies of #7B8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8FDC

Black with #7B8FDC

Text Example


Text Example

White with #7B8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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