Html Css Color HEX #7B8EDF Portage

📋 copy color: '#7B8EDF'

red 123 ◦ green 142 ◦ blue 223

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

Shades of Portage #7B8EDF

Tints of Portage #7B8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

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

R = 25.2%
G = 29.1%
B = 45.7%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B8EDF (or 0x7B8EDF) is known color: Portage. HEX triplet: 7B, 8E and DF. RGB value is (123,142,223). Sum of RGB (Red+Green+Blue) = 123+142+223=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8EDF is #847120. Grayscale: #919191. Windows color (decimal): -8679713 or 14651003. OLE color: 14651003.

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

Color convert

RGB 123 142 223 -
CMYK 0.45 0.36 0 0.13
HSL 228.6º 0.61% 0.68% -
HSV(B) 228.6º 0.45% 0.87% -
XYZ 31.16 28.88 73.75 -
YUV 145.55 171.71 111.91 -
System Red Green Blue C M Y K H S L
Decimal 123 142 223 0.45 0.36 0 0.13 228.6 0.61 0.68
Hex 7B 8E DF 2D 24 0 D E5 3D 44
Octal 173 216 337 55 44 0 15 345 75 104
Binary 1111011 10001110 11011111 101101 100100 0 1101 11100101 111101 1000100

Color Harmonies of #7B8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8EDF

Black with #7B8EDF

Text Example


Text Example

White with #7B8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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