Html Css Color HEX #7F8BDA Portage

📋 copy color: '#7F8BDA'

red 127 ◦ green 139 ◦ blue 218

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

Shades of Portage #7F8BDA

Tints of Portage #7F8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 26.24%
G = 28.72%
B = 45.04%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F8BDA (or 0x7F8BDA) is known color: Portage. HEX triplet: 7F, 8B and DA. RGB value is (127,139,218). Sum of RGB (Red+Green+Blue) = 127+139+218=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BDA is #807425. Grayscale: #909090. Windows color (decimal): -8418342 or 14322559. OLE color: 14322559.

HSL color Cylindrical-coordinate representation of color #7F8BDA: hue angle of 232.09º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8BDA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 139 218 -
CMYK 0.42 0.36 0 0.15
HSL 232.09º 0.55% 0.68% -
HSV(B) 232.09º 0.42% 0.85% -
XYZ 30.64 28.04 70.13 -
YUV 144.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 127 139 218 0.42 0.36 0 0.15 232.09 0.55 0.68
Hex 7F 8B DA 2A 24 0 F E8 37 44
Octal 177 213 332 52 44 0 17 350 67 104
Binary 1111111 10001011 11011010 101010 100100 0 1111 11101000 110111 1000100

Color Harmonies of #7F8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8BDA

Black with #7F8BDA

Text Example


Text Example

White with #7F8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,218); }

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

background-color css

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

 a { background-color: rgb(127,139,218); }

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

border-color css

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

 span { border-color: rgb(127,139,218); }

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