Html Css Color HEX #7C90EB Portage

📋 copy color: '#7C90EB'

red 124 ◦ green 144 ◦ blue 235

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

Shades of Portage #7C90EB

Tints of Portage #7C90EB

RGB

 RED value IS 124 (48.83% from 255) = 24.65%

 GREEN value IS 144 (56.64% from 255) = 28.63%

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 24.65%
G = 28.63%
B = 46.72%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C90EB (or 0x7C90EB) is known color: Portage. HEX triplet: 7C, 90 and EB. RGB value is (124,144,235). Sum of RGB (Red+Green+Blue) = 124+144+235=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C90EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C90EB is #836F14. Grayscale: #949494. Windows color (decimal): -8613653 or 15437948. OLE color: 15437948.

HSL color Cylindrical-coordinate representation of color #7C90EB: hue angle of 229.19º degrees, saturation: 0.74, 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 #7C90EB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 144 235 -
CMYK 0.47 0.39 0 0.08
HSL 229.19º 0.74% 0.7% -
HSV(B) 229.19º 0.47% 0.92% -
XYZ 33.28 30.23 82.68 -
YUV 148.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 124 144 235 0.47 0.39 0 0.08 229.19 0.74 0.7
Hex 7C 90 EB 2F 27 0 8 E5 4A 46
Octal 174 220 353 57 47 0 10 345 112 106
Binary 1111100 10010000 11101011 101111 100111 0 1000 11100101 1001010 1000110

Color Harmonies of #7C90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C90EB

Black with #7C90EB

Text Example


Text Example

White with #7C90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,144,235); }

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

background-color css

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

 a { background-color: rgb(124,144,235); }

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

border-color css

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

 span { border-color: rgb(124,144,235); }

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