Html Css Color HEX #7F9CEA Portage

📋 copy color: '#7F9CEA'

red 127 ◦ green 156 ◦ blue 234

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

Shades of Portage #7F9CEA

Tints of Portage #7F9CEA

RGB

 RED value IS 127 (50% from 255) = 24.56%

 GREEN value IS 156 (61.33% from 255) = 30.17%

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

R = 24.56%
G = 30.17%
B = 45.26%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F9CEA (or 0x7F9CEA) is known color: Portage. HEX triplet: 7F, 9C and EA. RGB value is (127,156,234). Sum of RGB (Red+Green+Blue) = 127+156+234=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F9CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9CEA is #806315. Grayscale: #9B9B9B. Windows color (decimal): -8413974 or 15375487. OLE color: 15375487.

HSL color Cylindrical-coordinate representation of color #7F9CEA: hue angle of 223.74º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9CEA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 156 234 -
CMYK 0.46 0.33 0 0.08
HSL 223.74º 0.72% 0.71% -
HSV(B) 223.74º 0.46% 0.92% -
XYZ 35.49 34.23 82.58 -
YUV 156.22 171.89 107.16 -
System Red Green Blue C M Y K H S L
Decimal 127 156 234 0.46 0.33 0 0.08 223.74 0.72 0.71
Hex 7F 9C EA 2E 21 0 8 E0 48 47
Octal 177 234 352 56 41 0 10 340 110 107
Binary 1111111 10011100 11101010 101110 100001 0 1000 11100000 1001000 1000111

Color Harmonies of #7F9CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CEA

Black with #7F9CEA

Text Example


Text Example

White with #7F9CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,156,234); }

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

background-color css

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

 a { background-color: rgb(127,156,234); }

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

border-color css

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

 span { border-color: rgb(127,156,234); }

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