Html Css Color HEX #7B8ADE Portage

📋 copy color: '#7B8ADE'

red 123 ◦ green 138 ◦ blue 222

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

Shades of Portage #7B8ADE

Tints of Portage #7B8ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 25.47%
G = 28.57%
B = 45.96%

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

#7B8ADE (or 0x7B8ADE) is known color: Portage. HEX triplet: 7B, 8A and DE. RGB value is (123,138,222). Sum of RGB (Red+Green+Blue) = 123+138+222=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ADE is #847521. Grayscale: #8E8E8E. Windows color (decimal): -8680738 or 14584443. OLE color: 14584443.

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

Color convert

RGB 123 138 222 -
CMYK 0.45 0.38 0 0.13
HSL 230.91º 0.6% 0.68% -
HSV(B) 230.91º 0.45% 0.87% -
XYZ 30.44 27.66 72.84 -
YUV 143.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 123 138 222 0.45 0.38 0 0.13 230.91 0.6 0.68
Hex 7B 8A DE 2D 26 0 D E7 3C 44
Octal 173 212 336 55 46 0 15 347 74 104
Binary 1111011 10001010 11011110 101101 100110 0 1101 11100111 111100 1000100

Color Harmonies of #7B8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8ADE

Black with #7B8ADE

Text Example


Text Example

White with #7B8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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