Html Css Color HEX #7F8CEB Portage

📋 copy color: '#7F8CEB'

red 127 ◦ green 140 ◦ blue 235

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

Shades of Portage #7F8CEB

Tints of Portage #7F8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 25.3%
G = 27.89%
B = 46.81%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F8CEB (or 0x7F8CEB) is known color: Portage. HEX triplet: 7F, 8C and EB. RGB value is (127,140,235). Sum of RGB (Red+Green+Blue) = 127+140+235=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8CEB is #807314. Grayscale: #929292. Windows color (decimal): -8418069 or 15436927. OLE color: 15436927.

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

Color convert

RGB 127 140 235 -
CMYK 0.46 0.40 0 0.08
HSL 232.78º 0.73% 0.71% -
HSV(B) 232.78º 0.46% 0.92% -
XYZ 33.13 29.27 82.5 -
YUV 146.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 127 140 235 0.46 0.40 0 0.08 232.78 0.73 0.71
Hex 7F 8C EB 2E 28 0 8 E9 49 47
Octal 177 214 353 56 50 0 10 351 111 107
Binary 1111111 10001100 11101011 101110 101000 0 1000 11101001 1001001 1000111

Color Harmonies of #7F8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8CEB

Black with #7F8CEB

Text Example


Text Example

White with #7F8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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