Html Css Color HEX #7F8FEB Portage

📋 copy color: '#7F8FEB'

red 127 ◦ green 143 ◦ blue 235

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

Shades of Portage #7F8FEB

Tints of Portage #7F8FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.32%

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

R = 25.15%
G = 28.32%
B = 46.53%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F8FEB (or 0x7F8FEB) is known color: Portage. HEX triplet: 7F, 8F and EB. RGB value is (127,143,235). Sum of RGB (Red+Green+Blue) = 127+143+235=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F8FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8FEB is #807014. Grayscale: #949494. Windows color (decimal): -8417301 or 15437695. OLE color: 15437695.

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

Color convert

RGB 127 143 235 -
CMYK 0.46 0.39 0 0.08
HSL 231.11º 0.73% 0.71% -
HSV(B) 231.11º 0.46% 0.92% -
XYZ 33.57 30.16 82.65 -
YUV 148.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 127 143 235 0.46 0.39 0 0.08 231.11 0.73 0.71
Hex 7F 8F EB 2E 27 0 8 E7 49 47
Octal 177 217 353 56 47 0 10 347 111 107
Binary 1111111 10001111 11101011 101110 100111 0 1000 11100111 1001001 1000111

Color Harmonies of #7F8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8FEB

Black with #7F8FEB

Text Example


Text Example

White with #7F8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,143,235); }

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

background-color css

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

 a { background-color: rgb(127,143,235); }

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

border-color css

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

 span { border-color: rgb(127,143,235); }

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