Html Css Color HEX #7B8AEA Portage

📋 copy color: '#7B8AEA'

red 123 ◦ green 138 ◦ blue 234

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

Shades of Portage #7B8AEA

Tints of Portage #7B8AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 24.85%
G = 27.88%
B = 47.27%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7B8AEA (or 0x7B8AEA) is known color: Portage. HEX triplet: 7B, 8A and EA. RGB value is (123,138,234). Sum of RGB (Red+Green+Blue) = 123+138+234=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B8AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B8AEA is #847515. Grayscale: #909090. Windows color (decimal): -8680726 or 15370875. OLE color: 15370875.

HSL color Cylindrical-coordinate representation of color #7B8AEA: hue angle of 231.89º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B8AEA is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 138 234 -
CMYK 0.47 0.41 0 0.08
HSL 231.89º 0.73% 0.7% -
HSV(B) 231.89º 0.47% 0.92% -
XYZ 32.11 28.33 81.62 -
YUV 144.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 123 138 234 0.47 0.41 0 0.08 231.89 0.73 0.7
Hex 7B 8A EA 2F 29 0 8 E8 49 46
Octal 173 212 352 57 51 0 10 350 111 106
Binary 1111011 10001010 11101010 101111 101001 0 1000 11101000 1001001 1000110

Color Harmonies of #7B8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8AEA

Black with #7B8AEA

Text Example


Text Example

White with #7B8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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