Html Css Color HEX #7B8CDF Portage

📋 copy color: '#7B8CDF'

red 123 ◦ green 140 ◦ blue 223

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

Shades of Portage #7B8CDF

Tints of Portage #7B8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

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

R = 25.31%
G = 28.81%
B = 45.88%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B8CDF (or 0x7B8CDF) is known color: Portage. HEX triplet: 7B, 8C and DF. RGB value is (123,140,223). Sum of RGB (Red+Green+Blue) = 123+140+223=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B8CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CDF is #847320. Grayscale: #909090. Windows color (decimal): -8680225 or 14650491. OLE color: 14650491.

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

Color convert

RGB 123 140 223 -
CMYK 0.45 0.37 0 0.13
HSL 229.8º 0.61% 0.68% -
HSV(B) 229.8º 0.45% 0.87% -
XYZ 30.87 28.29 73.65 -
YUV 144.38 172.37 112.75 -
System Red Green Blue C M Y K H S L
Decimal 123 140 223 0.45 0.37 0 0.13 229.8 0.61 0.68
Hex 7B 8C DF 2D 25 0 D E6 3D 44
Octal 173 214 337 55 45 0 15 346 75 104
Binary 1111011 10001100 11011111 101101 100101 0 1101 11100110 111101 1000100

Color Harmonies of #7B8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8CDF

Black with #7B8CDF

Text Example


Text Example

White with #7B8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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