Html Css Color HEX #7C99EB Portage

📋 copy color: '#7C99EB'

red 124 ◦ green 153 ◦ blue 235

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

Shades of Portage #7C99EB

Tints of Portage #7C99EB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

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

R = 24.22%
G = 29.88%
B = 45.9%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C99EB (or 0x7C99EB) is known color: Portage. HEX triplet: 7C, 99 and EB. RGB value is (124,153,235). Sum of RGB (Red+Green+Blue) = 124+153+235=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C99EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C99EB is #836614. Grayscale: #999999. Windows color (decimal): -8611349 or 15440252. OLE color: 15440252.

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

Color convert

RGB 124 153 235 -
CMYK 0.47 0.35 0 0.08
HSL 224.32º 0.74% 0.7% -
HSV(B) 224.32º 0.47% 0.92% -
XYZ 34.7 33.07 83.15 -
YUV 153.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 124 153 235 0.47 0.35 0 0.08 224.32 0.74 0.7
Hex 7C 99 EB 2F 23 0 8 E0 4A 46
Octal 174 231 353 57 43 0 10 340 112 106
Binary 1111100 10011001 11101011 101111 100011 0 1000 11100000 1001010 1000110

Color Harmonies of #7C99EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C99EB

Black with #7C99EB

Text Example


Text Example

White with #7C99EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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