Html Css Color HEX #7F9BEA Portage

📋 copy color: '#7F9BEA'

red 127 ◦ green 155 ◦ blue 234

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

Shades of Portage #7F9BEA

Tints of Portage #7F9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.04%

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

R = 24.61%
G = 30.04%
B = 45.35%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F9BEA (or 0x7F9BEA) is known color: Portage. HEX triplet: 7F, 9B and EA. RGB value is (127,155,234). Sum of RGB (Red+Green+Blue) = 127+155+234=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F9BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9BEA is #806415. Grayscale: #9B9B9B. Windows color (decimal): -8414230 or 15375231. OLE color: 15375231.

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

Color convert

RGB 127 155 234 -
CMYK 0.46 0.34 0 0.08
HSL 224.3º 0.72% 0.71% -
HSV(B) 224.3º 0.46% 0.92% -
XYZ 35.33 33.9 82.52 -
YUV 155.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 127 155 234 0.46 0.34 0 0.08 224.3 0.72 0.71
Hex 7F 9B EA 2E 22 0 8 E0 48 47
Octal 177 233 352 56 42 0 10 340 110 107
Binary 1111111 10011011 11101010 101110 100010 0 1000 11100000 1001000 1000111

Color Harmonies of #7F9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9BEA

Black with #7F9BEA

Text Example


Text Example

White with #7F9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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